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