Skip to content

Commit bc261c0

Browse files
committed
Add version
1 parent dcdb5f9 commit bc261c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

custom_components/zaptec/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = 'zaptec'
2-
VERSION = '0.0.2'
2+
VERSION = '0.0.3'
33
ISSUEURL = 'https://github.com/custom-components/zaptec/issues'
44

55
STARTUP = """

custom_components/zaptec/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"dependencies": [],
66
"config_flow": true,
77
"codeowners": ["hellowlol"],
8-
"requirements": ["azure-servicebus==7.0.1"]
8+
"requirements": ["azure-servicebus==7.0.1"],
9+
"version": "0.0.3"
910
}

0 commit comments

Comments
 (0)