diff options
-rw-r--r-- | stginga/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml index b2ddd07..c8fe422 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' %} {% 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 |