From 66cde755765385371a958da97b2b452d3ebe5ad7 Mon Sep 17 00:00:00 2001 From: xunbu Date: Thu, 8 May 2025 22:09:04 +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 73e7fa2..734746d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,7 @@ - - + @@ -340,7 +339,7 @@ - + diff --git a/pyproject.toml b/pyproject.toml index dddc98b..d527857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docutranslate" -version = "0.0.5" +version = "0.0.6" description = "能翻译pdf和markdown的软件" readme = "README.md" requires-python = ">=3.10"