From ec6275f276d2e108104826b3f7060132235a2227 Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Tue, 22 Mar 2022 13:26:32 -0400 Subject: [PATCH] Set is_released --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 531b577d..2c493cae 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ MINOR = 21 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) with open("requirements.txt") as f: