From a68eaa7364d77cbe2729cd8f812ce22c96e88dc0 Mon Sep 17 00:00:00 2001 From: e-koch Date: Wed, 1 Apr 2020 14:36:49 -0600 Subject: [PATCH] Preparing release v1.7. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c4c65c0..f8c9b992 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '2.0.dev' +VERSION = '1.7' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION