From 7369d85d1747498f8feaf3d20e5d85b86d72d4c3 Mon Sep 17 00:00:00 2001 From: damarco Date: Fri, 29 Mar 2019 20:47:09 +0100 Subject: [PATCH] 0.1.2 -> 0.1.3 (#35) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 822da5c..4ac26b6 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ from setuptools import find_packages, setup setup( - name="zigpy-xbee", - version="0.1.2", + name="zigpy-xbee-homeassistant", + version="0.1.3", description="A library which communicates with XBee radios for zigpy", url="http://github.com/zigpy/zigpy-xbee", author="Russell Cloran",