Skip to content

Commit 4b084cc

Browse files
Merge pull request #78 from dragonyanglong/next
REL: bump version number to 1.4.0
2 parents 4f85e5f + 9a40893 commit 4b084cc

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
@@ -15,7 +15,7 @@
1515

1616
# Use this version when git data are not available, like in git zip archive.
1717
# Update when tagging a new release.
18-
FALLBACK_VERSION = '1.2.0'
18+
FALLBACK_VERSION = '1.4.0'
1919

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

0 commit comments

Comments
 (0)