From 0ad87209e54e435b8e654b114b3e2ab1fcad3736 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 2 Oct 2025 17:25:09 +0800 Subject: [PATCH] chore: bump version to 4.3.1 --- astrbot/core/config/default.py | 2 +- changelogs/v4.3.1.md | 1 + pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.3.1.md diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 9f6d2339c..0e464362e 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -6,7 +6,7 @@ import os from astrbot.core.utils.astrbot_path import get_astrbot_data_path -VERSION = "4.3.0" +VERSION = "4.3.1" DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db") # 默认配置 diff --git a/changelogs/v4.3.1.md b/changelogs/v4.3.1.md new file mode 100644 index 000000000..b4b53ef48 --- /dev/null +++ b/changelogs/v4.3.1.md @@ -0,0 +1 @@ +# What's Changed diff --git a/pyproject.toml b/pyproject.toml index ec4687ead..3d5eb3d6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AstrBot" -version = "4.3.0" +version = "4.3.1" description = "易上手的多平台 LLM 聊天机器人及开发框架" readme = "README.md" requires-python = ">=3.10"