Skip to content

Commit 470e37f

Browse files
committed
remove requirement and bump
1 parent 67fdb1d commit 470e37f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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.6b"
2+
VERSION = "0.0.6b2"
33
ISSUEURL = "https://github.com/custom-components/zaptec/issues"
44

55
STARTUP = """

custom_components/zaptec/manifest.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"codeowners": [
88
"hellowlol"
99
],
10-
"requirements": [
11-
"azure-servicebus==7.0.1"
12-
],
13-
"version": "0.0.6b"
10+
"requirements": [],
11+
"version": "0.0.6b2"
1412
}

0 commit comments

Comments
 (0)