diff options
author | Nicholas Earl <contact@nicholasearl.me> | 2019-09-23 23:32:00 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-09-23 23:32:00 -0400 |
commit | 4147960e986904e6a850a06efb82c7b95b0a62c3 (patch) | |
tree | f4f25be11694aac160070a1950ed493b62f2f625 | |
parent | 6304120897eb5ed1602c71a206461fcd283b6f80 (diff) | |
download | astroconda-contrib-4147960e986904e6a850a06efb82c7b95b0a62c3.tar.gz |
Update specutils version (#558)
-rw-r--r-- | specutils/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 9ff9547..4a06904 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'specutils' %} -{% set version = '0.5.2' %} +{% set version = '0.6' %} {% set tag = 'v' + version %} {% set number = '0' %} |