From 7fe0d3f7d8930239d89ecdcbef8868a987beb3c2 Mon Sep 17 00:00:00 2001 From: Sidney Zhang Date: Fri, 12 Jun 2026 11:55:06 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20=E5=B0=86=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=BB=8E=200.3.0=20=E6=9B=B4=E6=96=B0=E8=87=B3=200.3.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f89e4b6..6cbc822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pptopic" -version = "0.3.0" +version = "0.3.1" description = "导出长图" readme = "README.md" requires-python = ">=3.13"