Bump version: v17.5.0

This commit is contained in:
James R. Barlow
2026-05-27 13:36:30 -07:00
parent c391b2b7d0
commit 5d7b5742e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ocrmypdf" 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" description = "OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched"
readme = "README.md" readme = "README.md"
license = "MPL-2.0" license = "MPL-2.0"
+1 -1
View File
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2022 James R. Barlow # SPDX-FileCopyrightText: 2022 James R. Barlow
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0
__version__ = "17.4.2" __version__ = "17.5.0"