Skip to content

Commit a203661

Browse files
authored
Merge pull request #274 from PDFMathTranslate/dev
chore: bump version to 2.7.0 in project files
2 parents fb04c15 + d3e4c5a commit a203661

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pdf2zh_next/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# from pdf2zh_next.high_level import translate, translate_stream
3232

33-
__version__ = "2.6.4"
33+
__version__ = "2.7.0"
3434
__author__ = "Byaidu, awwaawwa"
3535
__license__ = "AGPL-3.0"
3636
__maintainer__ = "awwaawwa"

pdf2zh_next/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.6.4"
1+
__version__ = "2.7.0"
22
__major_version__ = "2"
33
__config_file_version__ = "3"
44

pdf2zh_next/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from pdf2zh_next.config import ConfigManager
1717
from pdf2zh_next.high_level import do_translate_file_async
1818

19-
__version__ = "2.6.4"
19+
__version__ = "2.7.0"
2020

2121
logger = logging.getLogger(__name__)
2222

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pdf2zh-next"
3-
version = "2.6.4"
3+
version = "2.7.0"
44
description = "Latex PDF Translator"
55
authors = [
66
{ name = "awwaawwa", email = "[email protected]" },
@@ -83,7 +83,7 @@ max-line-length = 88
8383

8484

8585
[bumpver]
86-
current_version = "2.6.4"
86+
current_version = "2.7.0"
8787
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
8888

8989
[bumpver.file_patterns]

0 commit comments

Comments
 (0)