File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3434import time
3535from enum import Enum
3636
37- __version__ = '1.0.7.2 '
37+ __version__ = '1.0.7.3 '
3838MODULE = __name__
3939PORT = 4000
4040
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'lightify' ,
5- version = '1.0.7.2 ' ,
5+ version = '1.0.7.3 ' ,
66 packages = ['lightify' ],
77 include_package_data = True ,
88 license = 'Apache License (2.0)' ,
1313 author_email = 'thomas.friedel@gmail.com' ,
1414 classifiers = [
1515 'Intended Audience :: Developers' ,
16- 'License :: OSI Approved :: BSD License' , # example license
16+ 'License :: OSI Approved :: BSD License' ,
1717 'Operating System :: OS Independent' ,
1818 'Programming Language :: Python' ,
1919 'Programming Language :: Python :: 2.7' ,
2020 'Programming Language :: Python :: 3.4' ,
21+ 'Programming Language :: Python :: 3.5' ,
22+ 'Programming Language :: Python :: 3.6' ,
2123 'Topic :: Internet' ,
2224 ],
2325)
You can’t perform that action at this time.
0 commit comments