Skip to content

Commit 10e6019

Browse files
committed
Bump version: v17.4.1
1 parent 89c76b5 commit 10e6019

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "ocrmypdf"
9-
version = "17.4.0"
9+
version = "17.4.1"
1010
description = "OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched"
1111
readme = "README.md"
1212
license = "MPL-2.0"

src/ocrmypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-FileCopyrightText: 2022 James R. Barlow
22
# SPDX-License-Identifier: MPL-2.0
3-
__version__ = "17.4.0"
3+
__version__ = "17.4.1"

0 commit comments

Comments
 (0)