Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zabuldon committed May 5, 2017
1 parent 21742a1 commit f6bdd66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightifypy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__license__ = "WTFPL"
__docformat__ = 'reStructuredText'
__version__ = '0.0.3'
__version__ = '0.0.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
setup(
name='Lightifypy',
version='0.0.3',
version='0.0.4',
packages=['lightifypy'],
include_package_data=True,
license='WTFPL',
Expand Down

0 comments on commit f6bdd66

Please sign in to comment.