From c90aa50a65c928bf6a34d58659b55236c18ef08d Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Sun, 12 Feb 2023 16:41:15 -0500 Subject: [PATCH] Set release flag --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 261513eb..d0ebd6d6 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ MINOR = 0 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) with open("requirements.txt") as f: