From ee8adde596cbdcbfae0ada78762dcde7ccc1a8f2 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 8 May 2015 00:07:14 +0200 Subject: [PATCH] Preparing release v0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index daff3f7f3..7de0568c9 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.0.dev' +VERSION = '0.1' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION