summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-07-21 10:32:30 -0400
committerGitHub <noreply@github.com>2017-07-21 10:32:30 -0400
commitd7d2d63a5ea7f4dddcb52a560b397c0886e0fe1b (patch)
tree061b1cacf3a5b0c7a495aa7acd091ab6050c80bb
parent784a6b2ac57209c2f1a556cadc37020eb3813a06 (diff)
parent3479149395145b1776dfe2b5c103a2dfc3420a36 (diff)
downloadastroconda-contrib-d7d2d63a5ea7f4dddcb52a560b397c0886e0fe1b.tar.gz
Merge pull request #242 from pllim/patch-3
Bump stginga to 0.2.1
-rw-r--r--stginga/meta.yaml8
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