diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-02-19 12:28:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-19 12:28:29 -0500 |
commit | cab6a3bef3379cf090c643058cbe790830060dbe (patch) | |
tree | 83112bc9d26a504276eddf21f33569c8d323d2e0 /astroquery/meta.yaml | |
parent | 59bcf9664af91d53193bc5081f4908b79379c316 (diff) | |
download | astroconda-contrib-cab6a3bef3379cf090c643058cbe790830060dbe.tar.gz |
Update astroquery: 0.3.9 (#471)
Diffstat (limited to 'astroquery/meta.yaml')
-rw-r--r-- | astroquery/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astroquery/meta.yaml b/astroquery/meta.yaml index aa72414..276370f 100644 --- a/astroquery/meta.yaml +++ b/astroquery/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'astroquery' %} -{% set version = '0.3.7' %} +{% set version = '0.3.9' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/astropy/{{ name }} |