diff options
Diffstat (limited to 'astroquery')
| -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: | 
