Bump version: v17.9.0

This commit is contained in:
James R. Barlow
2026-07-31 01:14:13 -07:00
parent ea99758747
commit aa6a32e7d1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ocrmypdf" name = "ocrmypdf"
version = "17.8.1" version = "17.9.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.8.1" __version__ = "17.9.0"
Generated
+1 -1
View File
@@ -1533,7 +1533,7 @@ wheels = [
[[package]] [[package]]
name = "ocrmypdf" name = "ocrmypdf"
version = "17.8.1" version = "17.9.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "fpdf2" }, { name = "fpdf2" },