From e7b1930c0885f7fd9e4ecdf46b1a44d1e636e697 Mon Sep 17 00:00:00 2001 From: t-potts Date: Wed, 7 Oct 2020 09:59:44 -0500 Subject: [PATCH] bump release --- .../.github/workflows/qhub-ops.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qhub/template/{{ cookiecutter.repo_directory }}/.github/workflows/qhub-ops.yaml b/qhub/template/{{ cookiecutter.repo_directory }}/.github/workflows/qhub-ops.yaml index 74736d35e..2428e206b 100644 --- a/qhub/template/{{ cookiecutter.repo_directory }}/.github/workflows/qhub-ops.yaml +++ b/qhub/template/{{ cookiecutter.repo_directory }}/.github/workflows/qhub-ops.yaml @@ -22,7 +22,7 @@ jobs: python-version: 3.8 - name: Install qhub run: | - pip install qhub==0.1.17 + pip install qhub==0.1.18 - name: Render Changes to Template run: | qhub render -c qhub-config.yaml -o ./ -f