Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed May 2, 2023
1 parent 7561481 commit c97767a
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 @@ -7,4 +7,4 @@
TCW241 = "TCW241"
TCW242 = "TCW242"
SUPPORTED_MODELS = {TCW122B_CM, TCW181B_CM, TCW241, TCW242}
VERSION = "0.1.10"
VERSION = "0.1.11"
2 changes: 1 addition & 1 deletion custom_components/teracom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"xmltodict"
],
"ssdp": [],
"version": "0.1.10",
"version": "0.1.11",
"zeroconf": []
}
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.10
current_version = 0.1.11

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

0 comments on commit c97767a

Please sign in to comment.