From 7afefb1714ac4d4b179ba5dbe5748497515ee388 Mon Sep 17 00:00:00 2001 From: Ryan Kraus Date: Sun, 27 Aug 2017 22:43:08 -0400 Subject: [PATCH] Bumping the version to 1.0.8 --- PyISY/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.',