Skip to content

Commit

Permalink
bumped version number for new pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tfriedel committed Feb 1, 2021
1 parent 3a39838 commit 922df59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lightify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import time
from enum import Enum

__version__ = '1.0.7.2'
__version__ = '1.0.7.3'
MODULE = __name__
PORT = 4000

Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand All @@ -13,11 +13,13 @@
author_email='[email protected]',
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',
],
)

0 comments on commit 922df59

Please sign in to comment.