diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 | 
| commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
| tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /pysynphot | |
| parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
| parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
| download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz | |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'pysynphot')
| -rw-r--r-- | pysynphot/meta.yaml | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index 673aba8..0237f3d 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.7' %} +{% set number = '0' %}  about: -    home: https://github.com/spacetelescope/pysynphot +    home: https://github.com/spacetelescope/{{ name }}      license: BSD      summary: Synthetic Photometry Package  build: @@ -15,11 +15,13 @@ requirements:      build:      - astropy >=1.1      - numpy +    - pytest      - python x.x      - setuptools      run:      - astropy >=1.1      - numpy +    - pytest      - python x.x  source:      git_tag: {{ version }} | 
