From 76f9b3a94e4d726d74771df83ab18087eb73db43 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Mon, 16 Feb 2026 17:20:32 +0000 Subject: [PATCH 1/2] Fix release workflow --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6ae8b63..856efde 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] steps: - name: Checkout code From 363ef55662776fd1669dbdd092127d0b832ac9d0 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Mon, 16 Feb 2026 17:20:55 +0000 Subject: [PATCH 2/2] Update release version to v2.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e8bfb6..9644098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pdftables-api" -version = "2.1.0" +version = "2.1.1" requires-python = ">=3.10" description = "PDFTables.com Python API library." readme = "README.md"