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