Skip to content

Commit

Permalink
Preparing for release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Apr 20, 2019
1 parent 8201aa7 commit 891f61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def finalize_options(self):
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '1.0.dev'
VERSION = '1.0.0'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit 891f61d

Please sign in to comment.