diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 47006cdd..123ed3ee 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: ["3.11"] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ matrix.python-version }} diff --git a/transfer_queue/version/version b/transfer_queue/version/version index 9faa1b7a..fb7ee7f0 100644 --- a/transfer_queue/version/version +++ b/transfer_queue/version/version @@ -1 +1 @@ -0.1.5 +0.1.6.dev0