Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit 86a01fd

Browse files
committed
Update setup.py
1 parent 1a25e95 commit 86a01fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
BASE_PATH = os.path.abspath(os.path.dirname(__file__))
55
README = open(os.path.join(BASE_PATH, 'README.rst')).read()
66

7-
__version__ = '0.0.3'
7+
__version__ = '0.0.4'
88
__author__ = 'Masashi Shibata <[email protected]>'
99
__author_email__ = '[email protected]'
1010
__license__ = 'MIT License'

0 commit comments

Comments
 (0)