diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2018-03-12 12:36:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 12:36:53 -0400 |
commit | 4c2511d8cfd51f7c2a43103566df8d1a0e4df833 (patch) | |
tree | 71171433663335bc30e920b20ab00d3b7651d7ba /asdf | |
parent | 1b118bb2a80ea876e11083b023736aa90e608fa3 (diff) | |
download | astroconda-contrib-4c2511d8cfd51f7c2a43103566df8d1a0e4df833.tar.gz |
Bump asdf release to 1.3.3
Diffstat (limited to 'asdf')
-rw-r--r-- | asdf/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index d1eb588..45e62e5 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'asdf' %} -{% set version = '1.3.1' %} +{% set version = '1.3.3' %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} |