From 8db10e36494ac487ac471b893fdaa7ee5d3b53e7 Mon Sep 17 00:00:00 2001 From: Charlotte Curtis Date: Wed, 26 Jul 2023 11:40:07 -0600 Subject: [PATCH] Calling it v0.9, and switching macOS runner --- .github/workflows/create_release.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 5605f0b..35b33dc 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -109,7 +109,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-10.15, self-hosted] + os: [macos-11, self-hosted] env: MACOSX_DEPLOYMENT_TARGET: "10.9" # it can't be this easy, but let's try steps: diff --git a/pyproject.toml b/pyproject.toml index 172928f..7df3daa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdfstitcher" -version = "0.8.6" +version = "0.9" description = "The open source PDF stitching software for sewists, by sewists." readme = "README.md" requires-python = ">=3.8, <3.11"