Skip to content

Commit

Permalink
bump to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aturri committed May 4, 2023
1 parent 14570cd commit 4de9227
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/zcsazzurro/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants for the ZCS Azzurro integration."""

DOMAIN = "zcsazzurro"
VERSION = "0.0.5"
VERSION = "0.0.6"
API_READ_TIMEOUT = 30
API_POLL_INTERVAL = 300
MANUFACTURER = "ZCS Azzurro"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/zcsazzurro/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"flatdict==4.0.1"
],
"ssdp": [],
"version": "0.0.5",
"version": "0.0.6",
"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.0.5
current_version = 0.0.6

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

0 comments on commit 4de9227

Please sign in to comment.