diff options
Diffstat (limited to 'ci-watson/meta.yaml')
-rw-r--r-- | ci-watson/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci-watson/meta.yaml b/ci-watson/meta.yaml index dccb12f..b74d634 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 = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ reponame }} @@ -20,7 +20,7 @@ requirements: build: - pytest - setuptools - - atomicwrites=1.2.1 + - atomicwrites - python {{ python }} run: - pytest |