Skip to content

Commit 9413973

Browse files
committed
bump version
1 parent 334683c commit 9413973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zigpy_cc/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file updated automatically before PyPI release was created
22
MAJOR_VERSION = 0
3-
MINOR_VERSION = 4
4-
PATCH_VERSION = "4"
3+
MINOR_VERSION = 5
4+
PATCH_VERSION = "0"
55
__short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION)
66
__version__ = "{}.{}".format(__short_version__, PATCH_VERSION)

0 commit comments

Comments
 (0)