Skip to content

Commit 38d4bf4

Browse files
author
thomas.friedel
committed
hard coded version number in setup.py
1 parent b065e6a commit 38d4bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='lightify',
14-
version=__version__,
14+
version='1.0.4',
1515
packages=['lightify'],
1616
include_package_data=True,
1717
license='BSD License',

0 commit comments

Comments
 (0)