fix: bump_version 同步 app/__init__.py 版本号 (health 接口对齐)

bump 脚本之前只更新 pyproject + package.json, 漏改 app/__init__.py,
导致 /health 报的版本号停留在 0.1.31。现在三处版本号源统一更新。
This commit is contained in:
shy3130
2026-06-23 21:52:48 +08:00
parent 8854acad2c
commit 263092a71c
2 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""TickFlow Stock Panel backend."""
__version__ = "0.1.31"
__version__ = "0.1.35"