diff --git a/lightify/__init__.py b/lightify/__init__.py index f500bf4..456c384 100644 --- a/lightify/__init__.py +++ b/lightify/__init__.py @@ -34,7 +34,7 @@ import time from enum import Enum -__version__ = '1.0.7.2' +__version__ = '1.0.7.3' MODULE = __name__ PORT = 4000 diff --git a/setup.py b/setup.py index 60fd98f..88b80f2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='lightify', - version='1.0.7.2', + version='1.0.7.3', packages=['lightify'], include_package_data=True, license='Apache License (2.0)', @@ -13,11 +13,13 @@ author_email='thomas.friedel@gmail.com', classifiers=[ 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', # example license + 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Internet', ], )