We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcd64d commit 2d15b5cCopy full SHA for 2d15b5c
mineru_vl_utils/__init__.py
@@ -1,8 +1,8 @@
1
import importlib
2
from typing import TYPE_CHECKING
3
4
-__version__ = "0.1.14"
5
-__version_info__ = (0, 1, 14)
+__version__ = "0.1.15"
+__version_info__ = (0, 1, 15)
6
7
__lazy_attrs__ = {
8
"MinerUClient": (".mineru_client", "MinerUClient"),
pyproject.toml
@@ -7,6 +7,8 @@ name = "mineru_vl_utils"
version = "0.1.15"
authors = [
9
{ 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" },
12
]
13
description = "Utilities for MinerU Vision-Language models"
14
readme = "README.md"
0 commit comments