diff --git a/CHANGES.rst b/CHANGES.rst index d15eaa3e..fa5b0620 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ astropy-helpers Changelog ========================= -1.0.1 (unreleased) +1.0.1 (2015-03-04) ------------------ - Released in concert with v0.4.8 to address the same issues. diff --git a/setup.py b/setup.py index fb6c2d40..11e56490 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from astropy_helpers.version_helpers import generate_version_py NAME = 'astropy_helpers' -VERSION = '1.0.1.dev' +VERSION = '1.0.1' RELEASE = 'dev' not in VERSION DOWNLOAD_BASE_URL = 'http://pypi.python.org/packages/source/a/astropy-helpers'