From a7fd26abc98b8e15f69fbeb7c41a99a688f840aa Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 6 Feb 2020 10:11:46 -0500 Subject: Bump ci-watson to 0.5 (#606) --- ci-watson/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ci-watson') 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: -- cgit