diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2020-07-31 17:00:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 17:00:05 -0400 |
commit | 460de55f0d831b21c157ea254739a51d4648cbfc (patch) | |
tree | 1498b77c5698271e0e56f7efcad2e0b3026fe306 /synphot | |
parent | 76da9a5fbfb459b26f628935753773422fe0ef5e (diff) | |
download | astroconda-contrib-460de55f0d831b21c157ea254739a51d4648cbfc.tar.gz |
Bump synphot and stsynphot to 1.0 (#661)
Diffstat (limited to 'synphot')
-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 8ecaac4..79faa56 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -1,6 +1,6 @@ {% set reponame = 'synphot_refactor' %} {% set name = 'synphot' %} -{% set version = '0.3' %} +{% set version = '1.0.0' %} {% set number = '0' %} about: @@ -11,7 +11,7 @@ about: build: number: {{ number }} skip: true # [py2k] - + package: name: {{ name }} version: {{ version }} |