diff options
| author | P. L. Lim <lim@stsci.edu> | 2017-07-19 16:23:10 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-19 16:23:10 -0400 | 
| commit | f23c47633cd8f48ac8c995905f6a55561d1df734 (patch) | |
| tree | b8879eff829b2ab19e06596d76703d248dd5c287 | |
| parent | e2934566e1bb27f7402143c856f59db457bd2c05 (diff) | |
| download | astroconda-contrib-f23c47633cd8f48ac8c995905f6a55561d1df734.tar.gz | |
Bump stginga to 0.2
| -rw-r--r-- | stginga/meta.yaml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/stginga/meta.yaml b/stginga/meta.yaml index b2ddd07..c8fe422 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,7 +1,7 @@  {% set name = 'stginga' %} -{% set version = '0.1.3' %} +{% set version = '0.2' %}  {% set tag = version %} -{% set number = '1' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -17,14 +17,14 @@ package:  requirements:      build: -    - ginga >=2.6.1 +    - ginga >=2.6.2      - astropy >=1.2      - numpy      - scipy      - setuptools      - python x.x      run: -    - ginga >=2.6.1 +    - ginga >=2.6.2      - astropy >=1.2      - numpy      - scipy | 
