Skip to content

Commit 2d15b5c

Browse files
author
Jin Zhen Jiang
committed
chore: change version to 0.1.15
1 parent 5dcd64d commit 2d15b5c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mineru_vl_utils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import importlib
22
from typing import TYPE_CHECKING
33

4-
__version__ = "0.1.14"
5-
__version_info__ = (0, 1, 14)
4+
__version__ = "0.1.15"
5+
__version_info__ = (0, 1, 15)
66

77
__lazy_attrs__ = {
88
"MinerUClient": (".mineru_client", "MinerUClient"),

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name = "mineru_vl_utils"
77
version = "0.1.15"
88
authors = [
99
{ name="Jin Zhen Jiang", email="jinzhenjiang@pjlab.org.cn" },
10+
{ name="Zhao Xiao Meng", email="zhaoxiaomeng@pjlab.org.cn" },
11+
{ name="Zhao Zhi Yuan", email="zhaozhiyuan@pjlab.org.cn" },
1012
]
1113
description = "Utilities for MinerU Vision-Language models"
1214
readme = "README.md"

0 commit comments

Comments
 (0)