chore: bump version 4.3.0b1

This commit is contained in:
Junyan Qin
2025-08-21 10:49:51 +08:00
parent 9e9bc88473
commit 4012310d99
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
semantic_version = 'v4.0.7'
semantic_version = 'v4.3.0.beta1'
required_database_version = 5
"""标记本版本所需要的数据库结构版本,用于判断数据库迁移"""

View File

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