diff --git a/setup.py b/setup.py index c62c624a..aba403a4 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,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.5.dev' + VERSION = '1.5' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION