From 16261a8c8fc0491c7c77e6cca5791d825071b85e Mon Sep 17 00:00:00 2001 From: what Date: Tue, 19 May 2026 20:09:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=20Python=20?= =?UTF-8?q?=E5=8C=85=E7=89=88=E6=9C=AC=E8=87=B3=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 7f6db1b..f9dc405 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "gobridge" -version = "0.1.2" +version = "0.1.3" description = "Python 端库,配合 Go 侧 gobridge 使用" requires-python = ">=3.10"