diff --git a/setup.py b/setup.py index 5f6e0edf0cd..a4961c1ec32 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ NAME = 'astropy' # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '1.0.12.dev' +VERSION = '1.0.12' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION