fix: 同步后端 __version__ 到 0.1.66

This commit is contained in:
shy3130
2026-06-29 17:53:29 +08:00
parent ec941e1eb1
commit 5d4d643bd8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import sys
__version__ = "0.1.64"
__version__ = "0.1.66"
# Windows 默认 stdout/stderr 编码为 GBK(cp936),TickFlow SDK 内部输出含 emoji 的
# 指数/标的名称(如 \U0001f193)时会抛 UnicodeEncodeError,导致请求失败。
+1 -1
View File
@@ -2491,7 +2491,7 @@ all = [
[[package]]
name = "tickflow-stock-panel-backend"
version = "0.1.64"
version = "0.1.66"
source = { editable = "." }
dependencies = [
{ name = "apscheduler" },