From 5d7b5742e485a5ef703a7e1d03754183572cd508 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 27 May 2026 13:36:30 -0700 Subject: [PATCH] Bump version: v17.5.0 --- pyproject.toml | 2 +- src/ocrmypdf/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69a4ee79..51fc66a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "ocrmypdf" -version = "17.4.2" +version = "17.5.0" description = "OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched" readme = "README.md" license = "MPL-2.0" diff --git a/src/ocrmypdf/_version.py b/src/ocrmypdf/_version.py index dfabca6e..e8f91cfb 100644 --- a/src/ocrmypdf/_version.py +++ b/src/ocrmypdf/_version.py @@ -1,3 +1,3 @@ # SPDX-FileCopyrightText: 2022 James R. Barlow # SPDX-License-Identifier: MPL-2.0 -__version__ = "17.4.2" +__version__ = "17.5.0"