Files
AstrBot/astrbot/__init__.py
Weilong Liao e8f00960fe chore: bump version to 4.26.4
Release AstrBot v4.26.4.
2026-07-03 00:54:01 +08:00

5 lines
77 B
Python

import logging
__version__ = "4.26.4"
logger = logging.getLogger("astrbot")