We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a8455 commit 922e6d1Copy full SHA for 922e6d1
zigpy_deconz/__init__.py
@@ -2,7 +2,7 @@
2
3
# coding: utf-8
4
MAJOR_VERSION = 0
5
-MINOR_VERSION = 19
6
-PATCH_VERSION = "0.dev0"
+MINOR_VERSION = 18
+PATCH_VERSION = "1"
7
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
8
__version__ = f"{__short_version__}.{PATCH_VERSION}"
0 commit comments