From 07efcd2d0f4e1f604cf03a69ae4ee383402eff96 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 24 Dec 2019 12:10:32 -0500 Subject: astroquery: 0.3.9 -> 0.3.10 (#588) --- astroquery/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit