From fc80d7d6817e1357c1da07e8d3a7d80dd08f3037 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 30 Nov 2025 00:42:49 +0800 Subject: [PATCH] chore: bump version to 4.7.3 --- astrbot/cli/__init__.py | 2 +- astrbot/core/config/default.py | 2 +- changelogs/{v4.7.2.md => v4.7.3.md} | 0 pyproject.toml | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename changelogs/{v4.7.2.md => v4.7.3.md} (100%) diff --git a/astrbot/cli/__init__.py b/astrbot/cli/__init__.py index 98c926d16..cec8eb68e 100644 --- a/astrbot/cli/__init__.py +++ b/astrbot/cli/__init__.py @@ -1 +1 @@ -__version__ = "4.7.2" +__version__ = "4.7.3" diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 455712535..f3a4a7d2d 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -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") # 默认配置 diff --git a/changelogs/v4.7.2.md b/changelogs/v4.7.3.md similarity index 100% rename from changelogs/v4.7.2.md rename to changelogs/v4.7.3.md diff --git a/pyproject.toml b/pyproject.toml index 7b1cc9e9d..a537180c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"