diff --git a/custom_components/mygekko/const.py b/custom_components/mygekko/const.py index db5afd5..c7a58f2 100644 --- a/custom_components/mygekko/const.py +++ b/custom_components/mygekko/const.py @@ -3,7 +3,7 @@ NAME = "MyGekko" DOMAIN = "mygekko" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.0.27" +VERSION = "0.0.28" ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/" ISSUE_URL = "https://github.com/stephanu/mygekko/issues" diff --git a/custom_components/mygekko/manifest.json b/custom_components/mygekko/manifest.json index 9272513..2ab476c 100644 --- a/custom_components/mygekko/manifest.json +++ b/custom_components/mygekko/manifest.json @@ -8,6 +8,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/stephanu/mygekko/issues", "logger": ["PyMyGekko"], - "requirements": ["pymygekko==0.0.4rc38"], + "requirements": ["pymygekko==0.0.4rc39"], "version": "1.0.0" } diff --git a/requirements_test.txt b/requirements_test.txt index 0fd382a..a674a2d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -r requirements_dev.txt pytest-asyncio pytest-homeassistant-custom-component==0.13.76 -PyMyGekko==0.0.4rc38 +PyMyGekko==0.0.4rc39