Skip to content

Commit 356c982

Browse files
committed
bump: Prepare release candidate version 1.9.2.rc0
1 parent 30a4c42 commit 356c982

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: pdf2zh/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
log = logging.getLogger(__name__)
55

6-
__version__ = "1.9.1"
6+
__version__ = "1.9.2.rc0"
77
__author__ = "Byaidu"
88
__all__ = ["translate", "translate_stream"]

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pdf2zh"
3-
version = "1.9.1"
3+
version = "1.9.2.rc0"
44
description = "Latex PDF Translator"
55
authors = [{ name = "Byaidu", email = "[email protected]" }]
66
license = "AGPL-3.0"
@@ -73,7 +73,7 @@ max-line-length = 88
7373

7474

7575
[bumpver]
76-
current_version = "1.9.1"
76+
current_version = "1.9.2.rc0"
7777
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
7878

7979
[bumpver.file_patterns]

0 commit comments

Comments
 (0)