diff --git a/custom_components/weatherlink/const.py b/custom_components/weatherlink/const.py index fa433a9..c39b0c1 100644 --- a/custom_components/weatherlink/const.py +++ b/custom_components/weatherlink/const.py @@ -2,7 +2,7 @@ from enum import StrEnum DOMAIN = "weatherlink" -VERSION = "0.9.0" +VERSION = "0.9.1" CONF_API_VERSION = "api_version" CONF_API_KEY_V2 = "api_key_v2" diff --git a/custom_components/weatherlink/manifest.json b/custom_components/weatherlink/manifest.json index 520227d..498283a 100644 --- a/custom_components/weatherlink/manifest.json +++ b/custom_components/weatherlink/manifest.json @@ -13,6 +13,6 @@ "issue_tracker": "https://github.com/astrandb/weatherlink/issues", "requirements": [], "ssdp": [], - "version": "0.9.0", + "version": "0.9.1", "zeroconf": [] } diff --git a/setup.cfg b/setup.cfg index fffcd24..7b8f044 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build