diff options
author | Justin Ely <ely@stsci.edu> | 2017-01-05 13:39:12 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-05 13:39:12 -0500 |
commit | c87279ba8216b0486c757067ba3817f3b89f2aa0 (patch) | |
tree | 9f47b3c984e8420b974fe126bf188393b8a3c3b3 /specviz | |
parent | 7b9b914be88ea8d86b7d2ad55280f1672f05f72b (diff) | |
download | astroconda-contrib-c87279ba8216b0486c757067ba3817f3b89f2aa0.tar.gz |
Da bumps (#133)
* set cube-tools to 0.0.1 at the DA-2 release date
* bump specviz, stsci-data-analysis pyqtgraph
Diffstat (limited to 'specviz')
-rw-r--r-- | specviz/meta.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index daa9095..5ace9a1 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'specviz' %} -{% set version = '0.2.2rc5' %} -{% set tag = 'v0.2.2rc5' %} -{% set number = '2' %} +{% set version = '0.2.3' %} +{% set tag = 'v0.2.3' %} +{% set number = '0' %} package: name: {{ name }} @@ -26,6 +26,7 @@ requirements: - scipy - yaml - setuptools + - six - numpy - python x.x @@ -39,6 +40,7 @@ requirements: - qtpy - scipy - yaml + - six - numpy - python x.x |