From 05b6d6a9ffa760f66bfb300a1731cd83ff227675 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Thu, 11 Aug 2022 18:47:17 +0100 Subject: [PATCH] Bump version for 6.4.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53f2bc6f4..38e0e3479 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ MINOR = 4 MICRO = 0 PRERELEASE = "" -IS_RELEASED = False +IS_RELEASED = True # 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