From 483d60dc346c44739c393e31f4d9db35dc98860f Mon Sep 17 00:00:00 2001 From: Nicholas Earl Date: Fri, 20 Mar 2020 13:47:41 -0400 Subject: Bump specutils to v1.0 (#627) * Bump specutils to v1.0 * Remove test import: specutils.wcs Co-authored-by: Joseph Hunkeler --- specutils/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 4a06904..07c3152 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'specutils' %} -{% set version = '0.6' %} +{% set version = '1.0' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -46,4 +46,3 @@ test: - specutils.manipulation - specutils.spectra - specutils.utils - - specutils.wcs -- cgit