diff options
author | Nicholas Earl <contact@nicholasearl.me> | 2017-08-07 13:28:06 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-08-07 13:28:06 -0400 |
commit | 112256ce7c72a9d54bce194af22f379701d55fbe (patch) | |
tree | e561b65ef641567a55f4e216d4897fc8e6824451 /specviz/meta.yaml | |
parent | 5805a683fb66ba5bad0cd4fef13be3cf5ed60c0b (diff) | |
download | astroconda-contrib-112256ce7c72a9d54bce194af22f379701d55fbe.tar.gz |
Update astroconda specviz and specutils packages (#246)
* Update astroconda specviz and specutils packages
* Reuse version string
* Spaces.
Diffstat (limited to 'specviz/meta.yaml')
-rw-r--r-- | specviz/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index 4c152fd..6db6994 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'specviz' %} -{% set version = '0.3.0' %} -{% set tag = 'v0.3.0' %} +{% set version = '0.4.0' %} +{% set tag = 'v' + version %} {% set number = '0' %} package: |