From d64be1b5d5684e242d6b066ed3c92f713a7bb374 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Tue, 15 Jun 2021 11:30:26 -0500 Subject: [PATCH] bump version and set IS_RELEASED to False for development of 5.0.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fd9862500..aa000b596 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,9 @@ MAJOR = 5 MINOR = 0 -MICRO = 0 +MICRO = 1 PRERELEASE = "" -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