We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21742a1 commit f6bdd66Copy full SHA for f6bdd66
lightifypy/__init__.py
@@ -1,3 +1,3 @@
1
__license__ = "WTFPL"
2
__docformat__ = 'reStructuredText'
3
-__version__ = '0.0.3'
+__version__ = '0.0.4'
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
setup(
name='Lightifypy',
4
- version='0.0.3',
+ version='0.0.4',
5
packages=['lightifypy'],
6
include_package_data=True,
7
license='WTFPL',
0 commit comments