From b2c8d48f2c707daad364aa9c8ac08324f519f247 Mon Sep 17 00:00:00 2001 From: Byaidu <909756245@qq.com> Date: Sat, 7 Dec 2024 01:49:01 +0800 Subject: [PATCH] release: 1.8.5 --- pdf2zh/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdf2zh/__init__.py b/pdf2zh/__init__.py index 8267a28b..9ddfcf99 100644 --- a/pdf2zh/__init__.py +++ b/pdf2zh/__init__.py @@ -2,5 +2,5 @@ log = logging.getLogger(__name__) -__version__ = "1.8.4" +__version__ = "1.8.5" __author__ = "Byaidu" diff --git a/pyproject.toml b/pyproject.toml index 79e2a806..3f67fb80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdf2zh" -version = "1.8.4" +version = "1.8.5" description = "Latex PDF Translator" authors = [{ name = "Byaidu", email = "byaidux@gmail.com" }] license = "AGPL-3.0"