chore: release v4.2.2

This commit is contained in:
Junyan Qin
2025-08-29 17:01:26 +08:00
parent 46b4482a7d
commit 89b25b8985
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
semantic_version = 'v4.2.1'
semantic_version = 'v4.2.2'
required_database_version = 5
"""Tag the version of the database schema, used to check if the database needs to be migrated"""

View File

@@ -1,6 +1,6 @@
[project]
name = "langbot"
version = "4.1.0"
version = "4.2.2"
description = "高稳定、支持扩展、多模态 - 大模型原生即时通信机器人平台"
readme = "README.md"
requires-python = ">=3.10.1"