From 4ac2e6d0ad90df2f439c781c2ba33a28cd2e3391 Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Fri, 7 Feb 2020 23:54:58 -0500 Subject: [PATCH] 0.13.2 version bump. --- zigpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zigpy/__init__.py b/zigpy/__init__.py index ed5782fd1..24a995926 100644 --- a/zigpy/__init__.py +++ b/zigpy/__init__.py @@ -1,6 +1,6 @@ # coding: utf-8 MAJOR_VERSION = 0 MINOR_VERSION = 13 -PATCH_VERSION = "1" +PATCH_VERSION = "2" __short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION) __version__ = "{}.{}".format(__short_version__, PATCH_VERSION)