diff --git a/PyISY/__init__.py b/PyISY/__init__.py index fd6e8ea..1705eb7 100755 --- a/PyISY/__init__.py +++ b/PyISY/__init__.py @@ -23,7 +23,7 @@ from .ISY import ISY -__version__ = '1.0.7' +__version__ = '1.0.8' __author__ = 'Ryan M. Kraus' __email__ = 'automicus@gmail.com' __date__ = 'April 2015' diff --git a/setup.py b/setup.py index 5f1e6c7..6edd4f7 100755 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ setup( name='PyISY', - version='1.0.7', + version='1.0.8', license='Apache License 2.0', url='http://automic.us/projects/pyisy', - download_url='https://github.com/automicus/pyisy/tarball/1.0.7', + download_url='https://github.com/automicus/pyisy/tarball/1.0.8', author='Ryan Kraus', author_email='automicus@gmail.com', description='Python module to talk to ISY994 from UDI.',