From d6329489cefb5ab0145d436a5926c305d471b986 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 17 Jun 2026 15:37:30 -0700 Subject: [PATCH] Bump version: v17.7.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 ae883d6c..385e66e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "ocrmypdf" -version = "17.6.0" +version = "17.7.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 acf5b6d3..1d4eba77 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.6.0" +__version__ = "17.7.0"