diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-07-21 10:32:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 10:32:30 -0400 |
commit | d7d2d63a5ea7f4dddcb52a560b397c0886e0fe1b (patch) | |
tree | 061b1cacf3a5b0c7a495aa7acd091ab6050c80bb | |
parent | 784a6b2ac57209c2f1a556cadc37020eb3813a06 (diff) | |
parent | 3479149395145b1776dfe2b5c103a2dfc3420a36 (diff) | |
download | astroconda-contrib-d7d2d63a5ea7f4dddcb52a560b397c0886e0fe1b.tar.gz |
Merge pull request #242 from pllim/patch-3
Bump stginga to 0.2.1
-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..4f913ac 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.1' %} {% 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 |