diff --git a/qhub/VERSION b/qhub/VERSION index baa983785..790629964 100644 --- a/qhub/VERSION +++ b/qhub/VERSION @@ -1 +1 @@ -0.1.20 +0.1.21 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 d37e2e67f..1553e4f40 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.20 + pip install qhub==0.1.21 - name: Render Changes to Template run: | qhub render -c qhub-config.yaml -o ./ -f