From cb0a8ef6c512b1d28bd38c1c9599b8d896ead909 Mon Sep 17 00:00:00 2001 From: Justin Gu <97915@qq.com> Date: Wed, 10 Jun 2026 02:14:53 +0800 Subject: [PATCH] chore: bump version to 1.9.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0deb44c..7dcdfeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "easy-tdx" -version = "1.9.0" +version = "1.9.1" description = "通达信 TCP 协议行情数据客户端,支持在线行情、离线数据读取与写入同步" readme = "README.md" requires-python = ">=3.10"