From 869eb1e1c56744e4ca2c45aeda0dcdc825e9091e Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Mon, 19 Dec 2022 12:19:18 +0000 Subject: [PATCH] Set release flag. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1be1e6628..0be085eeb 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ MINOR = 4 MICRO = 4 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