diff --git a/custom_components/zcsazzurro/const.py b/custom_components/zcsazzurro/const.py index b7530e3..3039ed0 100644 --- a/custom_components/zcsazzurro/const.py +++ b/custom_components/zcsazzurro/const.py @@ -1,7 +1,7 @@ """Constants for the ZCS Azzurro integration.""" DOMAIN = "zcsazzurro" -VERSION = "0.0.9" +VERSION = "0.1.0" API_READ_TIMEOUT = 30 API_POLL_INTERVAL = 300 # Fetch data every 5 min MANUFACTURER = "ZCS Azzurro" diff --git a/custom_components/zcsazzurro/manifest.json b/custom_components/zcsazzurro/manifest.json index 394c7c0..b0a8fbe 100644 --- a/custom_components/zcsazzurro/manifest.json +++ b/custom_components/zcsazzurro/manifest.json @@ -20,6 +20,6 @@ "flatdict==4.0.1" ], "ssdp": [], - "version": "0.0.9", + "version": "0.1.0", "zeroconf": [] } diff --git a/setup.cfg b/setup.cfg index 2e2397c..6225f49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.9 +current_version = 0.1.0 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build