From 59fbe71901cf4dab0e24834e885f9226e1208260 Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Thu, 23 Mar 2023 11:16:05 -0400 Subject: [PATCH] Set release to True --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57e7c774..2d70cafc 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ MINOR = 2 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) with open("requirements.txt") as f: