diff options
| -rw-r--r-- | stsynphot/meta.yaml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index ca93daf..258dea5 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -1,7 +1,7 @@  {% set reponame = 'stsynphot_refactor' %}  {% set name = 'stsynphot' %}  {% set version = '0.2.1' %} -{% set number = '1' %} +{% set number = '2' %}  about:      home: https://github.com/spacetelescope/{{ reponame }} @@ -25,6 +25,7 @@ requirements:      - beautifulsoup4      - numpy {{ numpy }}      - pytest +    - setuptools_scm      - setuptools      - python {{ python }} | 
