diff --git a/CHANGES.txt b/CHANGES.txt index d2ec485..2e8fbab 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,3 +2,4 @@ v0.1.0, 2018-03-06 -- Initial release. v0.1.1, 2018-03-12 -- Fix neglected lib directory v0.1.2, 2018-06-23 -- Fix issues with reading fan variables v0.1.3, 2018-07-05 -- Add command line script (senseme_cli), improve setup.py +v0.1.4, 2018-07-09 -- Prevent setup.py install installation on 2.7 diff --git a/setup.py b/setup.py index 73cee5b..6576255 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name="SenseMe", - version="0.1.3", + version="0.1.4", description="HaikuHome SenseMe API for fans and lights", author="Tom Faulkner", author_email="tomfaulkner@gmail.com",