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