From bc18c480c6740cfa7b2d608bb7d308759e8ea44f Mon Sep 17 00:00:00 2001 From: jchodera Date: Tue, 20 Jun 2017 14:48:10 -0400 Subject: [PATCH] Prepare for 0.3.0 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cc5b5b8..90e6410 100644 --- a/setup.py +++ b/setup.py @@ -46,8 +46,8 @@ ########################## -VERSION = "0.2.0" -ISRELEASED = False +VERSION = "0.3.0" +ISRELEASED = True __version__ = VERSION ##########################