From b3c1c555afd5377f08f26be541183400e8e3b42e Mon Sep 17 00:00:00 2001 From: minionszyw Date: Wed, 22 Apr 2026 19:47:21 +0800 Subject: [PATCH] Bump version to 0.1.1 --- pyproject.toml | 3 ++- src/xmtdx/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a08ea21..ff7bbf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,9 @@ build-backend = "hatchling.build" [project] name = "xmtdx" -version = "0.1.0" +version = "0.1.1" description = "通达信 TCP 协议 A 股行情数据客户端" +readme = "README.md" requires-python = ">=3.10" dependencies = [] diff --git a/src/xmtdx/__init__.py b/src/xmtdx/__init__.py index 0f0ace1..a8e4ce6 100644 --- a/src/xmtdx/__init__.py +++ b/src/xmtdx/__init__.py @@ -64,4 +64,4 @@ __all__ = [ "KNOWN_HOSTS", ] -__version__ = "0.1.0" +__version__ = "0.1.1"