Skip to content

Commit ca061f4

Browse files
authored
0.9.0 version bump (#182)
1 parent 4512ccf commit ca061f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zigpy_znp/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MAJOR_VERSION = 0
2-
MINOR_VERSION = 8
3-
PATCH_VERSION = 2
2+
MINOR_VERSION = 9
3+
PATCH_VERSION = 0
44

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

0 commit comments

Comments
 (0)