diff options
author | Nicholas Earl <contact@nicholasearl.me> | 2021-06-18 16:18:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 16:18:41 -0400 |
commit | 56f8b5cededc4af4c489a39aa523f6172c40073d (patch) | |
tree | 78a3d6d908cd088c5084dfca367ef1d55f9b4147 /specutils | |
parent | a0cefb6f9555816f9d736070eeba2ac3de9e2f38 (diff) | |
download | astroconda-contrib-56f8b5cededc4af4c489a39aa523f6172c40073d.tar.gz |
Update specutils to v1.3 (#732)
* Update specutils to v1.3
* Update meta.yaml
Co-authored-by: Joseph Hunkeler <jhunkeler@users.noreply.github.com>
Diffstat (limited to 'specutils')
-rw-r--r-- | specutils/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 156f2b6..ad2f1a8 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'specutils' %} -{% set version = '1.1' %} +{% set version = '1.3' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/astropy/specutils |