chore: bump version to 4.7.3

This commit is contained in:
Soulter
2025-11-30 00:42:49 +08:00
parent c2f036b27c
commit fc80d7d681
4 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
__version__ = "4.7.2"
__version__ = "4.7.3"

View File

@@ -4,7 +4,7 @@ import os
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "4.7.2"
VERSION = "4.7.3"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
# 默认配置

View File

@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "4.7.2"
version = "4.7.3"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
requires-python = ">=3.10"