Skip to content

Commit 0126739

Browse files
committed
chore(version): Bump version to 1.9.8
1 parent 64b4fe2 commit 0126739

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.7"
6+
__version__ = "1.9.8"
77
__author__ = "Byaidu"
88
__all__ = ["translate", "translate_stream"]

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.7"
3+
version = "1.9.8"
44
description = "Latex PDF Translator"
55
authors = [{ name = "Byaidu", email = "[email protected]" }]
66
license = "AGPL-3.0"
@@ -77,7 +77,7 @@ max-line-length = 88
7777

7878

7979
[bumpver]
80-
current_version = "1.9.7"
80+
current_version = "1.9.8"
8181
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
8282

8383
[bumpver.file_patterns]

0 commit comments

Comments
 (0)