diff options
| author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2020-07-21 11:24:26 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-21 11:24:26 -0400 | 
| commit | dde4760745e25b421778d44ea296a12aadcedcbe (patch) | |
| tree | 4bf26b8dac9103bd32f1b33e6b8ee1ba26882d8c | |
| parent | cb8a3dadc560fa4fc149c1d747f68f81041be7a3 (diff) | |
| download | astroconda-contrib-dde4760745e25b421778d44ea296a12aadcedcbe.tar.gz | |
Bump ginga and stginga (#658)
| -rw-r--r-- | ginga/meta.yaml | 3 | ||||
| -rw-r--r-- | stginga/meta.yaml | 2 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/ginga/meta.yaml b/ginga/meta.yaml index 1930f90..7282f00 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'ginga' %} -{% set version = '3.0.1' %} +{% set version = '3.1.0' %}  {% set tag = 'v' ~ version %}  {% set number = '0' %} @@ -22,6 +22,7 @@ requirements:      - qtpy      - pillow      - setuptools +    - setuptools_scm      - numpy {{ numpy }}      - python {{ python }}      run: diff --git a/stginga/meta.yaml b/stginga/meta.yaml index ebd2ad2..fc6e26a 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'stginga' %} -{% set version = '1.1' %} +{% set version = '1.2.0' %}  {% set tag = version %}  {% set number = '0' %} | 
