From 38c3b1fa75aee8156d186b9ed331c8d448efda04 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Thu, 10 Dec 2020 15:26:12 -0600 Subject: [PATCH] set IS_RELEASED back to False --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d16ecd79..250523423 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ MINOR = 0 MICRO = 0 PRERELEASE = "rc1" -IS_RELEASED = True +IS_RELEASED = False # If this file is part of a Git export (for example created with "git archive", # or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the