Skip to content

Commit

Permalink
Update setup.py for v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shanosborne authored and mperrin committed Dec 13, 2018
1 parent a3f9b62 commit 68443c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

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

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down Expand Up @@ -177,7 +177,7 @@ def run_tests(self):
'numpy>=1.10.0',
'matplotlib>=1.5.0',
'scipy>=0.16.0',
'poppy>=0.7.0',
'poppy>=0.8.0',
'astropy>=1.3.0',
'jwxml>=0.3.0',
'pysiaf>=0.1.8', 'six',
Expand Down

0 comments on commit 68443c5

Please sign in to comment.