diff options
-rw-r--r-- | ginga/meta.yaml | 4 | ||||
-rw-r--r-- | stginga/meta.yaml | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index e598f09..abcb400 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,10 +1,10 @@ {% set name = 'ginga' %} -{% set version = '2.6.6' %} +{% set version = '2.7.0' %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% set tag = 'v' ~ version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/ejeschke/{{ name }} diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 9bfcd0d..1d10c73 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,10 +1,10 @@ {% set name = 'stginga' %} -{% set version = '0.2.1' %} +{% set version = '0.3' %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% set tag = version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -20,15 +20,15 @@ package: requirements: build: - - ginga >=2.6.2 - - astropy >=1.2 + - ginga >=2.7 + - astropy >=2 - numpy {{ numpy }} - scipy - setuptools - python {{ python }} run: - - ginga >=2.6.2 - - astropy >=1.2 + - ginga >=2.7 + - astropy >=2 - numpy - scipy - python |