Skip to content

Commit 748a341

Browse files
committed
update version in 'setup.py' file
1 parent f1993a0 commit 748a341

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
@@ -5,7 +5,7 @@
55
from codecs import open
66

77
DIR = dirname(abspath(__file__))
8-
VERSION = '0.3.2'
8+
VERSION = '0.4.0'
99

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

0 commit comments

Comments
 (0)