From 891f61dc00df7b9caf8460fb6dfdcdce5b8eb023 Mon Sep 17 00:00:00 2001 From: e-koch Date: Sat, 20 Apr 2019 17:04:12 -0400 Subject: [PATCH] Preparing for release v1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6204c89..b56976c1 100755 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ def finalize_options(self): builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) - VERSION = '1.0.dev' + VERSION = '1.0.0' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION