From 72399d07a8d9e1a271df4689ecbc64902e11982d Mon Sep 17 00:00:00 2001 From: Andrea Turri Date: Sat, 4 Nov 2023 14:27:46 +0000 Subject: [PATCH] Bump to 0.1.0 --- custom_components/zcsazzurro/const.py | 2 +- custom_components/zcsazzurro/manifest.json | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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