diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-05 15:35:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 15:35:48 -0500 |
commit | e766ab963cd5ab84cab6d11c62a5c5958d2a8b42 (patch) | |
tree | 7c808833cdf6c3559a6ae5ad4c79abc1efc4b56f | |
parent | 069ef2c4cde6dc7a6b2bc1ae34808cccab28be13 (diff) | |
download | astroconda-contrib-e766ab963cd5ab84cab6d11c62a5c5958d2a8b42.tar.gz |
Remove 'v' prefix from version (#142)
-rw-r--r-- | gwcs/meta.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index 622aef3..fbc241a 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,6 +1,5 @@ {% set name = 'gwcs' %} {% set version = '0.7' %} -{% set tag = 'v' + version %} {% set number = '0' %} about: @@ -29,7 +28,7 @@ requirements: - python x.x source: - git_tag: {{ tag }} + git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git test: |