diff --git a/Makefile b/Makefile index 167fe26..40ae30b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "0.0.2" +__VERSION__ = "0.0.4" bump: bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/weatherlink/const.py custom_components/weatherlink/manifest.json diff --git a/custom_components/weatherlink/const.py b/custom_components/weatherlink/const.py index a3046af..6cb6a23 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.2" +VERSION = "0.0.4" CONF_API_TOKEN = "conf_api_token" diff --git a/custom_components/weatherlink/manifest.json b/custom_components/weatherlink/manifest.json index 6820c7f..9289bac 100644 --- a/custom_components/weatherlink/manifest.json +++ b/custom_components/weatherlink/manifest.json @@ -8,7 +8,7 @@ "zeroconf": [], "homekit": {}, "dependencies": [], - "version": "0.0.2", + "version": "0.0.4", "codeowners": [ "@strandb" ], diff --git a/setup.cfg b/setup.cfg index ff06bea..3de33d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.4 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build