From 68443c58040ca723941ba5d860939e445cb63312 Mon Sep 17 00:00:00 2001 From: Shannon Osborne Date: Thu, 13 Dec 2018 16:00:08 -0500 Subject: [PATCH] Update setup.py for v0.8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ebc4037d..4fc3ca0c 100755 --- a/setup.py +++ b/setup.py @@ -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 @@ -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',