chore: bump version v4.3.0

This commit is contained in:
Junyan Qin
2025-09-16 11:21:39 +08:00
parent 66e252a59f
commit 5d60dbf3f9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
semantic_version = 'v4.3.0.beta3'
semantic_version = 'v4.3.0'
required_database_version = 7
"""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.3.0.beta4"
version = "4.3.0"
description = "Easy-to-use global IM bot platform designed for LLM era"
readme = "README.md"
requires-python = ">=3.10.1,<4.0"