From 2916e647c80ee07937eecb70dcf75e194c843090 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 5 Jul 2024 16:18:06 +0100 Subject: [PATCH] Bump version for continued development towards 5.4.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 10fb7662..1a87519d 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,10 @@ # together with information from the version control system, and then injected # into the package source. MAJOR = 5 -MINOR = 3 +MINOR = 4 MICRO = 0 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