diff --git a/custom_components/zaptec/const.py b/custom_components/zaptec/const.py index 1d8c401..f515591 100644 --- a/custom_components/zaptec/const.py +++ b/custom_components/zaptec/const.py @@ -1,5 +1,5 @@ NAME = 'zaptec' -VERSION = '0.0.2' +VERSION = '0.0.3' ISSUEURL = 'https://github.com/custom-components/zaptec/issues' STARTUP = """ diff --git a/custom_components/zaptec/manifest.json b/custom_components/zaptec/manifest.json index b613150..58ae54a 100644 --- a/custom_components/zaptec/manifest.json +++ b/custom_components/zaptec/manifest.json @@ -5,5 +5,6 @@ "dependencies": [], "config_flow": true, "codeowners": ["hellowlol"], - "requirements": ["azure-servicebus==7.0.1"] + "requirements": ["azure-servicebus==7.0.1"], + "version": "0.0.3" }