diff options
author | Joseph Long <jdl@fastmail.com> | 2017-01-17 15:37:33 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-17 15:37:33 -0500 |
commit | 814d35ea983541225acdb9ed77fdb737bc3a7f39 (patch) | |
tree | 08cb30ab5dc9eba19e850978d98d6167a603f3ea /jwxml | |
parent | 1737eab5bd07ea07e24feadc2f3d0f585f46767f (diff) | |
download | astroconda-contrib-814d35ea983541225acdb9ed77fdb737bc3a7f39.tar.gz |
Update jwxml to 0.2.0, add jwst_coronagraph_visibility (#151)
* Update jwxml to 0.2.0, add jwst_coronagraph_visibility
* Set jwxml build # to 0
Diffstat (limited to 'jwxml')
-rw-r--r-- | jwxml/meta.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jwxml/meta.yaml b/jwxml/meta.yaml index 5918fab..d01d404 100644 --- a/jwxml/meta.yaml +++ b/jwxml/meta.yaml @@ -1,7 +1,6 @@ {% set name = 'jwxml' %} -{% set version = '0.1.0' %} -{% set tag = 'v' + version %} -{% set number = '1' %} +{% set version = '0.2.0' %} +{% set number = '0' %} about: home: https://github.com/mperrin/{{ name }} @@ -27,7 +26,7 @@ requirements: - python x.x source: - git_tag: {{ tag }} + git_tag: {{ version }} git_url: https://github.com/mperrin/{{ name }}.git test: |