diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-02-19 12:28:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-19 12:28:29 -0500 |
commit | cab6a3bef3379cf090c643058cbe790830060dbe (patch) | |
tree | 83112bc9d26a504276eddf21f33569c8d323d2e0 /astroquery | |
parent | 59bcf9664af91d53193bc5081f4908b79379c316 (diff) | |
download | astroconda-contrib-cab6a3bef3379cf090c643058cbe790830060dbe.tar.gz |
Update astroquery: 0.3.9 (#471)
Diffstat (limited to 'astroquery')
-rw-r--r-- | astroquery/bld.bat | 2 | ||||
-rw-r--r-- | astroquery/build.sh | 2 | ||||
-rw-r--r-- | 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 }} |