Skip to content

Commit

Permalink
Bump version -> 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Oct 24, 2022
1 parent 3c6c936 commit 919a39c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/weatherlink/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants for the Weatherlink integration."""

DOMAIN = "weatherlink"
VERSION = "0.0.9"
VERSION = "0.0.10"

CONF_API_TOKEN = "conf_api_token"
2 changes: 1 addition & 1 deletion custom_components/weatherlink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"zeroconf": [],
"homekit": {},
"dependencies": [],
"version": "0.0.9",
"version": "0.0.10",
"codeowners": [
"@astrandb"
],
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.0.9
current_version = 0.0.10

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

0 comments on commit 919a39c

Please sign in to comment.