From 717c4271d3d73c4181c055af114ef940920314c6 Mon Sep 17 00:00:00 2001 From: Joseph Long Date: Fri, 12 May 2017 14:44:07 -0400 Subject: Update jwst_coronagraph_visibility to 0.2.0 (#213) --- jwst_coronagraph_visibility/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jwst_coronagraph_visibility/meta.yaml b/jwst_coronagraph_visibility/meta.yaml index c64c9ad..cbf0c3e 100644 --- a/jwst_coronagraph_visibility/meta.yaml +++ b/jwst_coronagraph_visibility/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'jwst_coronagraph_visibility' %} -{% set version = '0.1.0' %} +{% set version = '0.2.0' %} {% set number = '0' %} about: @@ -31,14 +31,14 @@ requirements: - matplotlib - tk - requests - - jwxml >=0.2.0 + - jwxml >=0.3.0 run: - python x.x - numpy - matplotlib - requests - tk - - jwxml >=0.2.0 + - jwxml >=0.3.0 test: imports: -- cgit