From c87279ba8216b0486c757067ba3817f3b89f2aa0 Mon Sep 17 00:00:00 2001 From: Justin Ely Date: Thu, 5 Jan 2017 13:39:12 -0500 Subject: Da bumps (#133) * set cube-tools to 0.0.1 at the DA-2 release date * bump specviz, stsci-data-analysis pyqtgraph --- specviz/meta.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'specviz') 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 -- cgit