From 1616f0236438cf91aeed6b0b16916a5e77580db2 Mon Sep 17 00:00:00 2001 From: damarco Date: Wed, 20 Feb 2019 01:07:36 +0100 Subject: [PATCH] 0.1.0 -> 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b8a346..08803a3 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="zigpy-deconz", - version="0.1.0", + version="0.1.1", description="A library which communicates with Deconz radios for zigpy", url="http://github.com/zigpy/zigpy-deconz", author="Daniel Schmidt",