Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Aug 13, 2021
1 parent 67fc5b7 commit 01c0c30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "0.1.3"
__VERSION__ = "0.1.4"

bump:
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/teracom/const.py custom_components/teracom/manifest.json
Expand Down
2 changes: 1 addition & 1 deletion custom_components/teracom/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
DOMAIN = "teracom"
SIGNAL_UPDATE_TERACOM = "signal_update_teracom"
SUPPORTED_MODELS = {"TCW122B-CM", "TCW181B-CM"}
VERSION = "0.1.3"
VERSION = "0.1.4"
2 changes: 1 addition & 1 deletion custom_components/teracom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"documentation": "https://github.com/astrandb/teracom/README.md",
"issue_tracker": "https://github.com/astrandb/teracom_hass/issues",
"requirements": [],
"version": "0.1.3",
"version": "0.1.4",
"ssdp": [],
"zeroconf": [],
"homekit": {},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4

[flake8]
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
Expand Down

0 comments on commit 01c0c30

Please sign in to comment.