diff --git a/setup.py b/setup.py index accf77487..e374e60c0 100644 --- a/setup.py +++ b/setup.py @@ -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}"