From 2226496b182d5d13edbbd1a8656283f2f35f7e7e Mon Sep 17 00:00:00 2001 From: damarco Date: Sat, 20 Apr 2019 14:59:36 +0200 Subject: [PATCH] 0.1.3 -> 0.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a901011..42727a9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="zigpy-deconz", - version="0.1.3", + version="0.1.4", description="A library which communicates with Deconz radios for zigpy", url="http://github.com/zigpy/zigpy-deconz", author="Daniel Schmidt",