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 7c0ed37 commit fcd53d3Copy full SHA for fcd53d3
zigpy_deconz/__init__.py
@@ -2,7 +2,7 @@
2
3
# coding: utf-8
4
MAJOR_VERSION = 0
5
-MINOR_VERSION = 19
+MINOR_VERSION = 20
6
PATCH_VERSION = "0.dev0"
7
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
8
__version__ = f"{__short_version__}.{PATCH_VERSION}"
0 commit comments