From 58f9bf5c3e58a12b438c4d1a5ff4e4a12ff5c368 Mon Sep 17 00:00:00 2001 From: John Wiggins Date: Thu, 25 Mar 2021 10:17:20 +0100 Subject: [PATCH] Set IS_RELEASED to True --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd91b9eca..accf77487 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ MINOR = 1 MICRO = 0 PRERELEASE = "rc2" -IS_RELEASED = False +IS_RELEASED = True # Templates for version strings. RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"