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 /ginga | |
parent | cb8a3dadc560fa4fc149c1d747f68f81041be7a3 (diff) | |
download | astroconda-contrib-dde4760745e25b421778d44ea296a12aadcedcbe.tar.gz |
Bump ginga and stginga (#658)
Diffstat (limited to 'ginga')
-rw-r--r-- | ginga/meta.yaml | 3 |
1 files changed, 2 insertions, 1 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: |