修改版本号

This commit is contained in:
xunbu
2025-05-08 23:04:11 +08:00
parent 4e66b6f4f7
commit 1423ce0260
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
version = "0.0.6"
version = "0.0.7"
description = "能翻译pdf和markdown的软件"
readme = "README.md"
requires-python = ">=3.10"
@@ -8,5 +8,5 @@ dependencies = [
"docling>=2.31.0",
"httpx>=0.28.1",
"markdown2>=2.5.3",
"transformers>=4.42.4",
"transformers>=4.50.1",
]