From d14fa27ecec8235f32fb0daa2b6d73867551ec4f Mon Sep 17 00:00:00 2001 From: Karl Kosack Date: Thu, 30 Jun 2016 15:09:05 +0200 Subject: [PATCH] update version in setup.py to reflect branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63389352d36..9c8b52c91cb 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.1dev' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION