Skip to content

Commit

Permalink
Merge pull request #92 from dragonyanglong/next
Browse files Browse the repository at this point in the history
REL: release v2.0.1
  • Loading branch information
dragonyanglong committed May 11, 2023
2 parents 52e592a + cd0d0c9 commit 8a743e1
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 @@ -15,7 +15,7 @@

# Use this version when git data are not available, like in git zip archive.
# Update when tagging a new release.
FALLBACK_VERSION = '2.0.0'
FALLBACK_VERSION = '2.0.1'

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

0 comments on commit 8a743e1

Please sign in to comment.