diff --git a/setup.py b/setup.py index d3ac01ab..ecb06ce4 100755 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.7.1dev' +VERSION = '0.8.0' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION