diff options
author | Nicholas Earl <contact@nicholasearl.me> | 2017-08-28 14:42:13 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-08-28 14:42:13 -0400 |
commit | 079df53ded1c221fbc161c8b9f01f066e0f51177 (patch) | |
tree | 10b037b5f16056efe88a47a64d54d17193647dda /specviz | |
parent | a5f45e65b63ed9881eb1e41077a3a6edb82c87f9 (diff) | |
download | astroconda-contrib-079df53ded1c221fbc161c8b9f01f066e0f51177.tar.gz |
Update SpecViz package (#258)
Diffstat (limited to 'specviz')
-rw-r--r-- | specviz/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index e3af6b5..12439d1 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'specviz' %} -{% set version = '0.4.0' %} +{% set version = '0.4.1' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -58,3 +58,4 @@ test: about: home: https://github.com/spacetelescope/specviz license: BSD + summary: An interactive astronomical 1D spectra analysis tool |