From 4de92276cb87fd7ac3038e40eb9af2053a30261c Mon Sep 17 00:00:00 2001 From: Andrea Turri Date: Thu, 4 May 2023 21:30:49 +0200 Subject: [PATCH] bump to 0.0.6 --- 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 7cb58bb..d802e6a 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.5" +VERSION = "0.0.6" API_READ_TIMEOUT = 30 API_POLL_INTERVAL = 300 MANUFACTURER = "ZCS Azzurro" diff --git a/custom_components/zcsazzurro/manifest.json b/custom_components/zcsazzurro/manifest.json index 29ed70f..6db3bc3 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.5", + "version": "0.0.6", "zeroconf": [] } \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 5539d7f..b286664 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.5 +current_version = 0.0.6 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build