diff options
author | P. L. Lim <lim@stsci.edu> | 2017-06-01 15:47:34 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-01 15:47:34 -0400 |
commit | 67351c616903b5eba085606f640c4c22b05419c2 (patch) | |
tree | b4b69b7f571935bd93bdf030035ba579945d24f5 | |
parent | 5685d0f7eb10145e0a52fdfb322c2c90c07e25c9 (diff) | |
download | astroconda-contrib-67351c616903b5eba085606f640c4c22b05419c2.tar.gz |
Bug fix release based on dev (#219)
This is needed for wss_tools to run properly.
-rw-r--r-- | ginga/meta.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index f9fe68b..716da73 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'ginga' %} -{% set version = '2.6.3' %} -{% set tag = 'v2.6.3' %} -{% set number = '0' %} +{% set version = '2.6.3.1' %} +{% set tag = '301002a1b6422e03afda0544586f0bf47198f66b' %} +{% set number = '1' %} about: home: https://github.com/ejeschke/{{ name }} @@ -19,12 +19,14 @@ requirements: build: - astropy >=1.2 - qtpy + - pillow - setuptools - numpy - python x.x run: - astropy >=1.2 - qtpy + - pillow - numpy - python x.x |