Skip to content

Commit

Permalink
Preparing release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis McCully committed Sep 29, 2015
1 parent f919f24 commit b25436b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 1,4 @@
1.0 (2015-09-29)
----------------

- Initial release.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '1.0'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down Expand Up @@ -104,7 104,7 @@
version=VERSION,
description=DESCRIPTION,
scripts=scripts,
install_requires=['astropy'],
setup_requires=['numpy','cython', 'astropy'],
author=AUTHOR,
author_email=AUTHOR_EMAIL,
license=LICENSE,
Expand Down

0 comments on commit b25436b

Please sign in to comment.