summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2020-03-05 09:51:32 -0500
committerGitHub <noreply@github.com>2020-03-05 09:51:32 -0500
commit0dbb987926723c116d94c506df555adcf1b7b29b (patch)
tree9e28789a58c8c52a51e580c768b31a183b071704
parent6c65baad8f3b18d19d09c04c09cec2e01cc4c05d (diff)
downloadastroconda-contrib-0dbb987926723c116d94c506df555adcf1b7b29b.tar.gz
Bump astroquery to 0.4 (#605)
* Bump astroquery to 0.4 And remove secretstorage * Add back secretstorage
-rw-r--r--astroquery/meta.yaml2
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' %}