We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285ed18 commit 36b75fdCopy full SHA for 36b75fd
zigpy_zboss/__init__.py
@@ -2,7 +2,7 @@
2
3
MAJOR_VERSION = 1
4
MINOR_VERSION = 1
5
-PATCH_VERSION = 4
+PATCH_VERSION = 5
6
7
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
8
__version__ = f"{__short_version__}.{PATCH_VERSION}"
0 commit comments