We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdb5f9 commit bc261c0Copy full SHA for bc261c0
custom_components/zaptec/const.py
@@ -1,5 +1,5 @@
1
NAME = 'zaptec'
2
-VERSION = '0.0.2'
+VERSION = '0.0.3'
3
ISSUEURL = 'https://github.com/custom-components/zaptec/issues'
4
5
STARTUP = """
custom_components/zaptec/manifest.json
@@ -5,5 +5,6 @@
"dependencies": [],
6
"config_flow": true,
7
"codeowners": ["hellowlol"],
8
- "requirements": ["azure-servicebus==7.0.1"]
+ "requirements": ["azure-servicebus==7.0.1"],
9
+ "version": "0.0.3"
10
}
0 commit comments