diff --git a/CHANGES.rst b/CHANGES.rst index a10789ea..b91565b2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ astropy-helpers Changelog ========================= -1.0.2 (unreleased) +1.0.2 (2015-04-02) ------------------ - Various fixes enabling the astropy-helpers Sphinx build command and diff --git a/setup.py b/setup.py index fb6c2d40..ae82286d 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.2' RELEASE = 'dev' not in VERSION DOWNLOAD_BASE_URL = 'http://pypi.python.org/packages/source/a/astropy-helpers'