From 75a702502153e9c2e62f041ed8f9af625cc5abf7 Mon Sep 17 00:00:00 2001 From: xunbu Date: Sat, 10 May 2025 20:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 7 +++---- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 96d61c1..9857ef7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,7 @@ - - + @@ -371,7 +370,7 @@ - + diff --git a/pyproject.toml b/pyproject.toml index 02785ee..63f11b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docutranslate" -version = "0.1.4" +version = "0.1.5" description = "文件翻译工具" readme = "README.md" requires-python = ">=3.10"