diff --git a/pyproject.toml b/pyproject.toml index 691429cc..354451a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] 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" readme = "README.md" license = "MPL-2.0" diff --git a/src/ocrmypdf/_version.py b/src/ocrmypdf/_version.py index 5fb10511..99a64c2c 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.8.1" +__version__ = "17.9.0" diff --git a/uv.lock b/uv.lock index 6a1e156a..24d56620 100644 --- a/uv.lock +++ b/uv.lock @@ -1533,7 +1533,7 @@ wheels = [ [[package]] name = "ocrmypdf" -version = "17.8.1" +version = "17.9.0" source = { editable = "." } dependencies = [ { name = "fpdf2" },