From cab6a3bef3379cf090c643058cbe790830060dbe Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 19 Feb 2019 12:28:29 -0500 Subject: Update astroquery: 0.3.9 (#471) --- astroquery/bld.bat | 2 +- astroquery/build.sh | 2 +- astroquery/meta.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astroquery/bld.bat b/astroquery/bld.bat index 39b5e1f..4a7ed5f 100644 --- a/astroquery/bld.bat +++ b/astroquery/bld.bat @@ -1 +1 @@ -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=record.txt diff --git a/astroquery/build.sh b/astroquery/build.sh index 5a5aeeb..b699425 100644 --- a/astroquery/build.sh +++ b/astroquery/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/astroquery/meta.yaml b/astroquery/meta.yaml index aa72414..276370f 100644 --- a/astroquery/meta.yaml +++ b/astroquery/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'astroquery' %} -{% set version = '0.3.7' %} +{% set version = '0.3.9' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/astropy/{{ name }} -- cgit