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",