Skip to content

Commit

Permalink
Bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Oct 4, 2022
1 parent 37f7569 commit 61bad29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.6"
VERSION = "0.1.8"
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.6",
"version": "0.1.8",
"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.6
current_version = 0.1.8

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

0 comments on commit 61bad29

Please sign in to comment.