diff --git a/custom_components/nordpool/__init__.py b/custom_components/nordpool/__init__.py index 94be12a..694ca9a 100644 --- a/custom_components/nordpool/__init__.py +++ b/custom_components/nordpool/__init__.py @@ -28,7 +28,7 @@ NAME = DOMAIN -VERSION = "0.0.6" +VERSION = "0.0.7" 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 cdaf864..465e227 100644 --- a/custom_components/nordpool/manifest.json +++ b/custom_components/nordpool/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "nordpool>=0.2" ], - "version": "0.0.6" + "version": "0.0.7" } \ No newline at end of file