Skip to content

Commit 2c30e04

Browse files
committed
Bump version to 0.19.2
1 parent 80041b9 commit 2c30e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zigpy_deconz/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# coding: utf-8
44
MAJOR_VERSION = 0
5-
MINOR_VERSION = 20
6-
PATCH_VERSION = "0.dev0"
5+
MINOR_VERSION = 19
6+
PATCH_VERSION = "2"
77
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
88
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 commit comments

Comments
 (0)