From 2eabbb219ac8a22be72fee6d7f9302b6a2cc7ad8 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 28 May 2026 22:31:31 +0800 Subject: [PATCH] chore: bump version to 1.4.3 Co-Authored-By: Claude Opus 4.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cef913a..19e35b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "easy-tdx" -version = "1.4.2" +version = "1.4.3" description = "通达信 TCP 协议行情数据客户端,支持在线行情与离线本地数据读取" readme = "README.md" requires-python = ">=3.10"