Skip to content

Commit

Permalink
update version in 'setup.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Sep 19, 2017
1 parent d716fe3 commit 90bdfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from codecs import open

DIR = dirname(abspath(__file__))
VERSION = '0.3.0'
VERSION = '0.4.0'

with open(join(DIR, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
Expand Down

0 comments on commit 90bdfa6

Please sign in to comment.