From 3ffd361948ad0382050d917a787b18b8085f12a8 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Mon, 10 Jul 2017 15:04:32 -0600 Subject: [PATCH] version 0.3.6.post1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7136829117..bee6f8a5d0 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.3.7.dev' +VERSION = '0.3.6.post1' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION