diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-11 12:51:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 12:51:52 -0500 |
commit | 1737eab5bd07ea07e24feadc2f3d0f585f46767f (patch) | |
tree | 59158898da128a440d586488fe7e4293b9956279 /synphot/meta.yaml | |
parent | 785cb5dce615db5de87a296ad88114486f3d5b83 (diff) | |
download | astroconda-contrib-1737eab5bd07ea07e24feadc2f3d0f585f46767f.tar.gz |
Fix resolver failure on "b" suffix. (#149)
Diffstat (limited to 'synphot/meta.yaml')
-rw-r--r-- | synphot/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synphot/meta.yaml b/synphot/meta.yaml index b2f631c..528dacc 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -7,10 +7,10 @@ about: home: https://github.com/spacetelescope/{{ reponame }} license: BSD summary: Synthetic photometry using Astropy - + build: number: {{ number }} - + package: name: {{ name }} version: {{ version }} |