From 9b4716b0964bf5a41fb515bc22bf7a176ba640c7 Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Tue, 31 Aug 2021 16:32:32 -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 7575fe04..13e559f7 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ MINOR = 14 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) with open("requirements.txt") as f: