diff options
Diffstat (limited to 'specviz')
-rw-r--r-- | specviz/meta.yaml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index ccb7fed..89a1f32 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,7 +1,11 @@ {% set name = 'specviz' %} {% set version = '0.2.1rc5' %} -{% set tag = 'v0.2.1rc5' %} -{% set number = '0' %} +{% set tag = 'v' + version %} +{% set number = '1' %} + +about: + home: https://github.com/spacetelescope/specviz + license: BSD package: name: {{ name }} @@ -22,7 +26,7 @@ requirements: - scipy - yaml - setuptools - - numpy x.x + - numpy - python x.x run: @@ -34,7 +38,7 @@ requirements: - pyqt - scipy - yaml - - numpy x.x + - numpy - python x.x test: @@ -44,6 +48,3 @@ test: imports: - specviz -about: - home: https://github.com/spacetelescope/specviz - license: BSD |