Skip to content

Commit 127d9d3

Browse files
authored
Merge pull request #161 from funstory-ai/pdf2zh-v2-rc
chore: bump version to 0.2.8
2 parents b8f1dff + a73b86e commit 127d9d3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

babeldoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.7"
1+
__version__ = "0.2.8"

babeldoc/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import subprocess
44
from pathlib import Path
55

6-
__version__ = "0.2.7"
6+
__version__ = "0.2.8"
77

88
CACHE_FOLDER = Path.home() / ".cache" / "babeldoc"
99

babeldoc/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from babeldoc.translation_config import WatermarkOutputMode
2323

2424
logger = logging.getLogger(__name__)
25-
__version__ = "0.2.7"
25+
__version__ = "0.2.8"
2626

2727

2828
def create_parser():

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "BabelDOC"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "Yet Another Document Translator"
55
license = "AGPL-3.0"
66
readme = "README.md"
@@ -142,7 +142,7 @@ pythonpath = [".", "src"]
142142
testpaths = ["tests"]
143143

144144
[bumpver]
145-
current_version = "0.2.7"
145+
current_version = "0.2.8"
146146
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
147147

148148
[bumpver.file_patterns]

0 commit comments

Comments
 (0)