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