chore: release v4.0.2

This commit is contained in:
Junyan Qin
2025-05-14 21:35:21 +08:00
parent 5d9bac5e7b
commit 738b0af5fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
semantic_version = 'v4.0.1' semantic_version = 'v4.0.2'
required_database_version = 1 required_database_version = 1
"""标记本版本所需要的数据库结构版本,用于判断数据库迁移""" """标记本版本所需要的数据库结构版本,用于判断数据库迁移"""
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "langbot" name = "langbot"
version = "4.0.1" version = "4.0.2"
description = "高稳定、支持扩展、多模态 - 大模型原生即时通信机器人平台" description = "高稳定、支持扩展、多模态 - 大模型原生即时通信机器人平台"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10.1" requires-python = ">=3.10.1"