diff options
| -rw-r--r-- | ci-watson/meta.yaml | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/ci-watson/meta.yaml b/ci-watson/meta.yaml index b74d634..e6e6138 100644 --- a/ci-watson/meta.yaml +++ b/ci-watson/meta.yaml @@ -1,7 +1,7 @@  {% set name = 'ci-watson' %}  {% set reponame = 'ci_watson' %} -{% set version = '0.4' %} -{% set number = '1' %} +{% set version = '0.5' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ reponame }} @@ -20,6 +20,7 @@ requirements:      build:      - pytest      - setuptools +    - setuptools_scm      - atomicwrites      - python {{ python }}      run: | 
