chore: bump version to 4.5.5

This commit is contained in:
Raven95676
2025-11-07 15:52:58 +08:00
parent 81a689a79b
commit ad5579a2f4
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import os
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "4.5.4"
VERSION = "4.5.5"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
# 默认配置
+3
View File
@@ -0,0 +1,3 @@
## What's Changed
1. 修复:部署失败
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "4.5.4"
version = "4.5.5"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
requires-python = ">=3.10"