mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
* fix: created unnecessary data dir when executing astrbot command fixes: #8853 * fix: 更新包版本更新函数以修改 astrbot/__init__.py 中的版本号
4 lines
59 B
Python
4 lines
59 B
Python
from astrbot import __version__
|
|
|
|
__all__ = ["__version__"]
|