Skip to content

Commit

Permalink
Bump rc version and unset IS_RELEASED
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Mar 25, 2021
1 parent 58f9bf5 commit 95aae03
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 = "rc2"
IS_RELEASED = True
PRERELEASE = "rc3"
IS_RELEASED = False

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

0 comments on commit 95aae03

Please sign in to comment.