Skip to content

Commit

Permalink
Release Candidate 5.1.0rc1 (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins authored Mar 18, 2021
1 parent 9f201e2 commit ecfb618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
MAJOR = 5
MINOR = 1
MICRO = 0
PRERELEASE = ""
IS_RELEASED = False
PRERELEASE = "rc1"
IS_RELEASED = True

# Templates for version strings.
RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"
Expand Down

0 comments on commit ecfb618

Please sign in to comment.