diff --git a/custom_components/weatherlink/const.py b/custom_components/weatherlink/const.py index 498e1b1..c79ba01 100644 --- a/custom_components/weatherlink/const.py +++ b/custom_components/weatherlink/const.py @@ -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" diff --git a/custom_components/weatherlink/manifest.json b/custom_components/weatherlink/manifest.json index a9a0f80..117dbce 100644 --- a/custom_components/weatherlink/manifest.json +++ b/custom_components/weatherlink/manifest.json @@ -9,7 +9,7 @@ "zeroconf": [], "homekit": {}, "dependencies": [], - "version": "0.0.9", + "version": "0.0.10", "codeowners": [ "@astrandb" ], diff --git a/setup.cfg b/setup.cfg index c1d9b30..38aa59c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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