diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-12-24 12:10:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-24 12:10:32 -0500 |
commit | 07efcd2d0f4e1f604cf03a69ae4ee383402eff96 (patch) | |
tree | f258eb6131da8fd635b908749f6e3476bddc53cf | |
parent | bb8aa0bbee0bfaff484b84ad9e172d4339cc2fab (diff) | |
download | astroconda-contrib-07efcd2d0f4e1f604cf03a69ae4ee383402eff96.tar.gz |
astroquery: 0.3.9 -> 0.3.10 (#588)
-rw-r--r-- | astroquery/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astroquery/meta.yaml b/astroquery/meta.yaml index 276370f..e8331de 100644 --- a/astroquery/meta.yaml +++ b/astroquery/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'astroquery' %} -{% set version = '0.3.9' %} +{% set version = '0.3.10' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -27,6 +27,7 @@ requirements: - beautifulsoup4 - html5lib - secretstorage [linux] + - six - setuptools - python {{ python }} @@ -37,6 +38,7 @@ requirements: - beautifulsoup4 - html5lib - secretstorage [linux] + - six - python test: |