From 430be04da0c8be7e0d03976c2c2a1933c5f2b6ed Mon Sep 17 00:00:00 2001 From: xunbu Date: Sat, 17 May 2025 11:51:56 +0800 Subject: [PATCH] fix --- .idea/workspace.xml | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 654ad17..70b6952 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,9 +6,7 @@ - - diff --git a/pyproject.toml b/pyproject.toml index 3119909..6d6eb91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docutranslate" -version = "0.2.11dev" +version = "0.2.11.dev" description = "文件翻译工具" readme = "README.md" requires-python = ">=3.10"