diff options
author | Nicholas Earl <contact@nicholasearl.me> | 2020-03-20 13:47:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-20 13:47:41 -0400 |
commit | 483d60dc346c44739c393e31f4d9db35dc98860f (patch) | |
tree | 9da67298bfdec7e1b7ff8da62d569dce6093dd07 /specutils | |
parent | 1546863f84991d36cdab00f02896e4bf60b7caa8 (diff) | |
download | astroconda-contrib-483d60dc346c44739c393e31f4d9db35dc98860f.tar.gz |
Bump specutils to v1.0 (#627)
* Bump specutils to v1.0
* Remove test import: specutils.wcs
Co-authored-by: Joseph Hunkeler <jhunkeler@users.noreply.github.com>
Diffstat (limited to 'specutils')
-rw-r--r-- | specutils/meta.yaml | 3 |
1 files changed, 1 insertions, 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 |