Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyatuning committed Aug 13, 2020
1 parent 334683c commit 9413973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zigpy_cc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file updated automatically before PyPI release was created
MAJOR_VERSION = 0
MINOR_VERSION = 4
PATCH_VERSION = "4"
MINOR_VERSION = 5
PATCH_VERSION = "0"
__short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION)
__version__ = "{}.{}".format(__short_version__, PATCH_VERSION)

0 comments on commit 9413973

Please sign in to comment.