修改版本号

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

4
.idea/workspace.xml generated
View File

@@ -6,7 +6,7 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="6b18b44a-df57-4212-a857-9e291ebe5dd2" name="更改" comment=""> <list default="true" id="6b18b44a-df57-4212-a857-9e291ebe5dd2" name="更改" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docutranslate/translater.py" beforeDir="false" afterPath="$PROJECT_DIR$/docutranslate/translater.py" afterDir="false" /> <change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -311,7 +311,7 @@
<workItem from="1746699070198" duration="51000" /> <workItem from="1746699070198" duration="51000" />
<workItem from="1746700998566" duration="4012000" /> <workItem from="1746700998566" duration="4012000" />
<workItem from="1746705145591" duration="8415000" /> <workItem from="1746705145591" duration="8415000" />
<workItem from="1746715913355" duration="682000" /> <workItem from="1746715913355" duration="723000" />
</task> </task>
<servers /> <servers />
</component> </component>

View File

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