Skip to content

Commit 6554365

Browse files
Merge pull request #10 from dragonyanglong/setup_rever
REL: bump up the version.
2 parents 5489d7d + a98f069 commit 6554365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Use this version when git data are not available, like in git zip archive.
2020
# Update when tagging a new release.
21-
FALLBACK_VERSION = '1.3.0'
21+
FALLBACK_VERSION = '1.4.0'
2222

2323
# determine if we run with Python 3.
2424
PY3 = (sys.version_info[0] == 3)

0 commit comments

Comments
 (0)