From 777479912c570dce8b3c9543274e99316f3c9776 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Thu, 17 Dec 2020 08:17:11 -0600 Subject: [PATCH] Bump release version and set IS_RELEASED to False for development of next bugfix release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 92ba4ca6..817ac3c3 100644 --- a/setup.py +++ b/setup.py @@ -20,9 +20,9 @@ # into the package source. 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