We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b4fe2 commit 0126739Copy full SHA for 0126739
pdf2zh/__init__.py
@@ -3,6 +3,6 @@
3
4
log = logging.getLogger(__name__)
5
6
-__version__ = "1.9.7"
+__version__ = "1.9.8"
7
__author__ = "Byaidu"
8
__all__ = ["translate", "translate_stream"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pdf2zh"
-version = "1.9.7"
+version = "1.9.8"
description = "Latex PDF Translator"
authors = [{ name = "Byaidu", email = "[email protected]" }]
license = "AGPL-3.0"
@@ -77,7 +77,7 @@ max-line-length = 88
77
78
79
[bumpver]
80
-current_version = "1.9.7"
+current_version = "1.9.8"
81
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
82
83
[bumpver.file_patterns]
0 commit comments