From c0185bda1324b24259c1246f5f5001352ca233fe Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Thu, 30 Sep 2021 09:53:11 -0400 Subject: [PATCH] set is released True --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5aff05cc..ac5c7417 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ MINOR = 17 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) with open("requirements.txt") as f: