We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b50c54 commit 0ad8720Copy full SHA for 0ad8720
3 files changed
astrbot/core/config/default.py
@@ -6,7 +6,7 @@
6
7
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
8
9
-VERSION = "4.3.0"
+VERSION = "4.3.1"
10
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
11
12
# 默认配置
changelogs/v4.3.1.md
@@ -0,0 +1 @@
1
+# What's Changed
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "AstrBot"
3
-version = "4.3.0"
+version = "4.3.1"
4
description = "易上手的多平台 LLM 聊天机器人及开发框架"
5
readme = "README.md"
requires-python = ">=3.10"
0 commit comments