diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-03-05 09:51:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 09:51:32 -0500 |
commit | 0dbb987926723c116d94c506df555adcf1b7b29b (patch) | |
tree | 9e28789a58c8c52a51e580c768b31a183b071704 /astroquery | |
parent | 6c65baad8f3b18d19d09c04c09cec2e01cc4c05d (diff) | |
download | astroconda-contrib-0dbb987926723c116d94c506df555adcf1b7b29b.tar.gz |
Bump astroquery to 0.4 (#605)
* Bump astroquery to 0.4
And remove secretstorage
* Add back secretstorage
Diffstat (limited to 'astroquery')
-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 e8331de..abe8be7 100644 --- a/astroquery/meta.yaml +++ b/astroquery/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'astroquery' %} -{% set version = '0.3.10' %} +{% set version = '0.4' %} {% set tag = 'v' + version %} {% set number = '0' %} |