We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a40212 commit 0c68fb9Copy full SHA for 0c68fb9
pdf2zh/__init__.py
@@ -3,6 +3,6 @@
3
4
log = logging.getLogger(__name__)
5
6
-__version__ = "1.9.2.rc0"
+__version__ = "1.9.2"
7
__author__ = "Byaidu"
8
__all__ = ["translate", "translate_stream"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pdf2zh"
-version = "1.9.2.rc0"
+version = "1.9.2"
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.2.rc0"
+current_version = "1.9.2"
77
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
78
79
[bumpver.file_patterns]
0 commit comments