From 16ae4d56f7e3fb46dbdda26ebe32b1f58d8c3eb0 Mon Sep 17 00:00:00 2001 From: Johan Isacsson Date: Sat, 30 Sep 2023 11:27:17 +0200 Subject: [PATCH] Version 0.0.25 --- custom_components/sunspec/const.py | 2 +- custom_components/sunspec/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/sunspec/const.py b/custom_components/sunspec/const.py index 8b6bb91..6abbb31 100644 --- a/custom_components/sunspec/const.py +++ b/custom_components/sunspec/const.py @@ -3,7 +3,7 @@ NAME = "SunSpec" DOMAIN = "sunspec" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.0.24" +VERSION = "0.0.25" ATTRIBUTION = "Data provided by SunSpec alliance - https://sunspec.org" ISSUE_URL = "https://github.com/cjne/ha-sunspec/issues" diff --git a/custom_components/sunspec/manifest.json b/custom_components/sunspec/manifest.json index ff7618b..e219613 100644 --- a/custom_components/sunspec/manifest.json +++ b/custom_components/sunspec/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/cjne/ha-sunspec/issues", "requirements": ["pysunspec2==1.0.8"], - "version": "0.0.24" + "version": "0.0.25" }