From 3159423980fa033eb9c342e5d0ec2cdd0581bb12 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Tue, 25 Sep 2018 01:16:08 -0400 Subject: [PATCH] set ISRELEASED to True --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5254b0c2b..c05e9482a 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ MAJOR = 1 MINOR = 0 MICRO = 1 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)