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