From d9a9a8b095b9a6929c519ea06896a2ff807e8583 Mon Sep 17 00:00:00 2001 From: Hellowlol Date: Sat, 14 Jan 2023 01:09:23 +0100 Subject: [PATCH] bump 0.0.11b0 --- 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 7e2a706..93945f2 100644 --- a/custom_components/nordpool/__init__.py +++ b/custom_components/nordpool/__init__.py @@ -32,7 +32,7 @@ NAME = DOMAIN -VERSION = "0.0.10" +VERSION = "0.0.11b0" 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 82cb0e7..2abf0b0 100644 --- a/custom_components/nordpool/manifest.json +++ b/custom_components/nordpool/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "nordpool>=0.2" ], - "version": "0.0.10" + "version": "0.0.11b0" } \ No newline at end of file