From bc261c01f6a59a923c6155980960763beea2acc7 Mon Sep 17 00:00:00 2001 From: Hellowlol Date: Sun, 6 Jun 2021 22:25:51 +0200 Subject: [PATCH] Add version --- custom_components/zaptec/const.py | 2 +- custom_components/zaptec/manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }