From 6c30b72e294b167894a84678d0e112b6b4469768 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 31 Aug 2026 20:28:32 +0800 Subject: [PATCH] =?UTF-8?q?release:=20v1.20.13=20=E2=80=94=20sync-daily=20?= =?UTF-8?q?=E6=88=90=E4=BA=A4=E9=87=8F=E5=8D=95=E4=BD=8D=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=EF=BC=88#60=EF=BC=89=EF=BC=9A=E8=82=A1=E2=86=92=E6=89=8B?= =?UTF-8?q?=E6=8D=A2=E7=AE=97=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=A4=A7=E7=9B=98?= =?UTF-8?q?=E8=82=A1=20uint32=20=E6=BA=A2=E5=87=BA?= 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 fba7af7..7f0483e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "easy-tdx" -version = "1.20.12" +version = "1.20.13" description = "通达信 TCP 协议行情数据客户端,支持在线行情、离线数据读取与写入同步" readme = "README.md" requires-python = ">=3.10"