From 5ac9ea293e6c7d2e8154f8ce21a444a17da4337b Mon Sep 17 00:00:00 2001 From: Johan Isacsson Date: Fri, 27 Aug 2021 15:53:18 +0200 Subject: [PATCH] V 0.0.10 --- 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 327174b..c9f192d 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.9" +VERSION = "0.0.10" 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 5410989..cbf1752 100644 --- a/custom_components/sunspec/manifest.json +++ b/custom_components/sunspec/manifest.json @@ -1,7 +1,7 @@ { "domain": "sunspec", "name": "SunSpec", - "version": "0.0.9", + "version": "0.0.10", "documentation": "https://github.com/cjne/ha-sunspec", "issue_tracker": "https://github.com/cjne/ha-sunspec/issues", "dependencies": [],