Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit 689cd7b

Browse files
committed
update version in 'setup.py'
1 parent 9eb55b1 commit 689cd7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = '1.3.1'
8+
VERSION = '1.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)