From e0994b454d9e3b177959002e5b73e368634b3c03 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Tue, 23 Dec 2014 23:45:33 -0800 Subject: [PATCH] Tag v0.3.2 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index acd88b90d4b..cca160ea32a 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ MAJOR = 0 MINOR = 3 -MICRO = 1 -ISRELEASED = False +MICRO = 2 +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) QUALIFIER = ''