diff options
Diffstat (limited to 'stginga')
| -rw-r--r-- | stginga/meta.yaml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/stginga/meta.yaml b/stginga/meta.yaml index c46954b..ebd2ad2 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'stginga' %} -{% set version = '1.0' %} +{% set version = '1.1' %}  {% set tag = version %}  {% set number = '0' %} @@ -22,6 +22,7 @@ requirements:      - astropy >=3      - numpy {{ numpy }}      - scipy +    - setuptools_scm      - setuptools      - python {{ python }}      run: | 
