Skip to content

Commit f6bdd66

Browse files
committed
version bump
1 parent 21742a1 commit f6bdd66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightifypy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__license__ = "WTFPL"
22
__docformat__ = 'reStructuredText'
3-
__version__ = '0.0.3'
3+
__version__ = '0.0.4'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
setup(
33
name='Lightifypy',
4-
version='0.0.3',
4+
version='0.0.4',
55
packages=['lightifypy'],
66
include_package_data=True,
77
license='WTFPL',

0 commit comments

Comments
 (0)