diff --git a/custom_components/openei/manifest.json b/custom_components/openei/manifest.json index 87f2145..d98e0b5 100644 --- a/custom_components/openei/manifest.json +++ b/custom_components/openei/manifest.json @@ -7,6 +7,6 @@ "iot_class": "cloud_polling", "config_flow": true, "codeowners": ["@firstof9"], - "requirements": ["python-openei==0.1.6"], - "version": "0.0.7" + "requirements": ["python-openei==0.1.7"], + "version": "0.0.8" }