From e3d50effbfc20a23e40af9d02daf1189b5de294c Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Wed, 10 Jul 2019 11:47:31 -0400 Subject: [PATCH] 0.2.1 Version bump. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9e4821..1f3f4c7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="zigpy-deconz", - version="0.2.0", + version="0.2.1", description="A library which communicates with Deconz radios for zigpy", url="http://github.com/zigpy/zigpy-deconz", author="Daniel Schmidt",