From 52301c1f6c9e3392c10b2188bc14e42208848f4a Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Wed, 23 Mar 2022 12:40:33 -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 29fafb5f..247967fd 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ MINOR = 22 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) with open("requirements.txt") as f: