From 37e5ea8538076b3fd2350e232608ba2280f48bb6 Mon Sep 17 00:00:00 2001 From: damarco Date: Tue, 19 Feb 2019 00:32:41 +0100 Subject: [PATCH] 0.1.1 -> 0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3aa7494..822da5c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="zigpy-xbee", - version="0.1.1", + version="0.1.2", description="A library which communicates with XBee radios for zigpy", url="http://github.com/zigpy/zigpy-xbee", author="Russell Cloran",