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