chore: 版本号升至 0.1.85 (#119)

Co-authored-by: shy3130 <shy3130@users.noreply.github.com>
This commit is contained in:
wshy
2026-07-14 18:54:17 +08:00
committed by GitHub
co-authored by shy3130
parent 70a4aad010
commit 0fba9eb57b
+1 -1
View File
@@ -2,7 +2,7 @@
import sys
__version__ = "0.1.84"
__version__ = "0.1.85"
# Windows 默认 stdout/stderr 编码为 GBK(cp936),TickFlow SDK 内部输出含 emoji 的
# 指数/标的名称(如 \U0001f193)时会抛 UnicodeEncodeError,导致请求失败。