Skip to content

Commit

Permalink
Set IS_RELEASED to True
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Mar 30, 2021
1 parent 95aae03 commit 736ef22
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 = "rc3"
IS_RELEASED = False
PRERELEASE = ""
IS_RELEASED = True

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

0 comments on commit 736ef22

Please sign in to comment.