diff --git a/.github/workflows/main-publish.yml b/.github/workflows/main-publish.yml index 740c8e48d..ed4191d6f 100644 --- a/.github/workflows/main-publish.yml +++ b/.github/workflows/main-publish.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: 3.11 - name: Install Python dependencies for publish run: pip install requests toml - name: Publish diff --git a/pyproject.toml b/pyproject.toml index 0485a0aa8..c3e7fc7df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.12.0.1b9" # TODO: To become 8.13.0 +version = "8.12.0.1b10" # TODO: To become 8.13.0 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"