From efd1cf40d338c550103539326e9c4dd982eb9c4a Mon Sep 17 00:00:00 2001 From: Kevin Kihneman Date: Fri, 8 Nov 2019 10:18:02 -0600 Subject: [PATCH] Release 1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5c30bbb..c0ca4b2c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ MINOR = 2 MICRO = 0 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)