We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c76b5 commit 10e6019Copy full SHA for 10e6019
2 files changed
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "ocrmypdf"
9
-version = "17.4.0"
+version = "17.4.1"
10
description = "OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched"
11
readme = "README.md"
12
license = "MPL-2.0"
src/ocrmypdf/_version.py
@@ -1,3 +1,3 @@
1
# SPDX-FileCopyrightText: 2022 James R. Barlow
2
# SPDX-License-Identifier: MPL-2.0
3
-__version__ = "17.4.0"
+__version__ = "17.4.1"
0 commit comments