From 9707c69d13998dc8b97cbbb5e4659c12f1ee0b10 Mon Sep 17 00:00:00 2001 From: Steven Crawford Date: Tue, 15 Mar 2016 17:21:33 +0200 Subject: [PATCH] version for dev branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0dcac870..64a31f29 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 = '1.0.0' +VERSION = '1.0.1.dev' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION