diff options
author | P. L. Lim <lim@stsci.edu> | 2017-02-21 20:50:36 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-21 20:50:36 -0500 |
commit | 2b812a7e5c64cae674e1a1cf622fc3455d196805 (patch) | |
tree | 03b1cff85c82d6c3bd94c281edc8e02acb42dace /pysynphot | |
parent | 404c289f4f92a233f823c8d5895b38a1c076d3a2 (diff) | |
download | astroconda-contrib-2b812a7e5c64cae674e1a1cf622fc3455d196805.tar.gz |
Bump pysynphot to 0.9.8.6 (#176)
Mainly for Numpy 1.12 compatibility.
Diffstat (limited to 'pysynphot')
-rw-r--r-- | pysynphot/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index 673aba8..d7e4c81 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -1,9 +1,9 @@ {% set name = 'pysynphot' %} -{% set version = '0.9.8.5' %} -{% set number = '1' %} +{% set version = '0.9.8.6' %} +{% set number = '0' %} about: - home: https://github.com/spacetelescope/pysynphot + home: https://github.com/spacetelescope/{{ name }} license: BSD summary: Synthetic Photometry Package build: |