From 434a81ffaca38668549fa7717b056ade00367fc3 Mon Sep 17 00:00:00 2001 From: Hellowlol Date: Tue, 3 Jan 2023 21:51:16 +0100 Subject: [PATCH] Debump --- custom_components/nordpool/__init__.py | 2 +- custom_components/nordpool/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/nordpool/__init__.py b/custom_components/nordpool/__init__.py index 8cf7026..7151a67 100644 --- a/custom_components/nordpool/__init__.py +++ b/custom_components/nordpool/__init__.py @@ -28,7 +28,7 @@ NAME = DOMAIN -VERSION = "0.0.11" +VERSION = "0.0.10b2" ISSUEURL = "https://github.com/custom-components/nordpool/issues" STARTUP = f""" diff --git a/custom_components/nordpool/manifest.json b/custom_components/nordpool/manifest.json index ff7edd5..7bbdecc 100644 --- a/custom_components/nordpool/manifest.json +++ b/custom_components/nordpool/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "nordpool>=0.2" ], - "version": "0.0.11" + "version": "0.0.10b2" } \ No newline at end of file