From a5b39d4d0f3e6e75ac42ae7d55bd0cf4a6b24f1d Mon Sep 17 00:00:00 2001 From: zhuhao Date: Mon, 7 Sep 2026 20:22:18 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Asdk=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA1.0.4?= 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 ce09e1f..0acad77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ftshare" -version = "1.0.3" +version = "1.0.4" description = "Python SDK for FTShare market data APIs." readme = "README.md" requires-python = ">=3.9"