From d57fdfef1a14360f1295778b076d0ca0dbd9ef22 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Tue, 9 Apr 2019 09:41:10 -0400 Subject: [PATCH] set version to 1.0.3 and ISRELEASED to True --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 626c1972a..61be3a9ee 100755 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ MAJOR = 1 MINOR = 0 -MICRO = 2 -ISRELEASED = False +MICRO = 3 +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)