From a0e7f8c88812771a4ae22d9d478234a1a1fc8a99 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Fri, 13 Jan 2017 16:28:41 +0100 Subject: [PATCH] change version number to 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45484776d..51863ebb7 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.4.1' +VERSION = '0.5.0' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION