From 59190ef64392eb80d92fe17a3346554cf9059056 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 21 Feb 2026 00:00:26 -0800 Subject: [PATCH] Bump version: v17.3.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 5e41e625..bb2117cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "ocrmypdf" -version = "17.2.0" +version = "17.3.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 a7f6d2ed..f878f97c 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.2.0" +__version__ = "17.3.0"