Skip to content

Commit 7c88ced

Browse files
committed
Fix missing required package and bump version
1 parent ee33ca7 commit 7c88ced

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"zigpy>=0.20.3",
2525
"async_timeout",
2626
"voluptuous",
27+
"coloredlogs",
2728
],
2829
tests_require=[
2930
"asynctest",

zigpy_znp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
MAJOR_VERSION = 0
1010
MINOR_VERSION = 0
11-
PATCH_VERSION = 5
11+
PATCH_VERSION = 6
1212

1313
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
1414
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 commit comments

Comments
 (0)