diff options
author | P. L. Lim <lim@stsci.edu> | 2018-02-02 15:28:32 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-02 15:28:32 -0500 |
commit | fd26689d482e69425d65cbf5a10641fff97bb977 (patch) | |
tree | fc56d9e71f3cd878dd99c8ef66f8399700ead5b3 /astroquery/meta.yaml | |
parent | 96289b03a0e693777e20cc5a20f7bf36210f768f (diff) | |
download | astroconda-contrib-fd26689d482e69425d65cbf5a10641fff97bb977.tar.gz |
Bump astroquery to 0.3.7 (#301)
Diffstat (limited to 'astroquery/meta.yaml')
-rw-r--r-- | astroquery/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroquery/meta.yaml b/astroquery/meta.yaml index fff326e..59f7a64 100644 --- a/astroquery/meta.yaml +++ b/astroquery/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'astroquery' %} -{% set version = '0.3.5' %} +{% set version = '0.3.7' %} {% set tag = 'v' + version %} {% set number = '0' %} |