From 5877711c9ddd9405cdb9058d180b440cdc46481c Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Fri, 2 May 2014 18:32:06 -0700 Subject: [PATCH] Release version 0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d315eeb5eec..bddeebf839d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ MAJOR = 0 MINOR = 1 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) QUALIFIER = ''