Skip to content

Commit

Permalink
Fix missing required package and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 31, 2020
1 parent ee33ca7 commit 7c88ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"zigpy>=0.20.3",
"async_timeout",
"voluptuous",
"coloredlogs",
],
tests_require=[
"asynctest",
Expand Down
2 changes: 1 addition & 1 deletion zigpy_znp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

MAJOR_VERSION = 0
MINOR_VERSION = 0
PATCH_VERSION = 5
PATCH_VERSION = 6

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

0 comments on commit 7c88ced

Please sign in to comment.