Skip to content

Commit

Permalink
Bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Nov 24, 2023
1 parent 26692bd commit 72957e7
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
Expand Up @@ -2,7 +2,7 @@
from enum import StrEnum

DOMAIN = "weatherlink"
VERSION = "0.9.2"
VERSION = "0.9.3"

CONF_API_VERSION = "api_version"
CONF_API_KEY_V2 = "api_key_v2"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/weatherlink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"issue_tracker": "https://github.com/astrandb/weatherlink/issues",
"requirements": [],
"ssdp": [],
"version": "0.9.2",
"version": "0.9.3",
"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.9.2
current_version = 0.9.3

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

0 comments on commit 72957e7

Please sign in to comment.