From 7175dec000ed4d1d2ebf7a0a318009bcbfff72d8 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 23 Sep 2018 10:47:33 -0600 Subject: REL: prepare 1.14.x for further development --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4f9b94d7d..47a8bfe5c 100755 --- a/setup.py +++ b/setup.py @@ -63,8 +63,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 14 -MICRO = 6 -ISRELEASED = True +MICRO = 7 +ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) -- cgit v1.2.1