From 550b73d2ddee3dded9b1491b769d8229532df95a Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Tue, 23 Aug 2022 07:38:25 -0600 Subject: [PATCH] Bump default version in all locations #49 upgraded the actual code content. We want to update the documentation content as well. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b96c5d9..a92ac7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] - poetry-version: [1.0, 1.1.11] + poetry-version: [1.0, 1.1.15] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: