chore: bump version 4.6.0-beta.1 for testing

This commit is contained in:
Junyan Qin
2025-11-16 19:11:02 +08:00
parent 7b63bcdc39
commit 34e2fa03ce
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "langbot" name = "langbot"
version = "4.5.0" version = "4.6.0-beta.1"
description = "Easy-to-use global IM bot platform designed for LLM era" description = "Easy-to-use global IM bot platform designed for LLM era"
readme = "README.md" readme = "README.md"
license-files = ["LICENSE"] license-files = ["LICENSE"]
+1 -1
View File
@@ -1,3 +1,3 @@
"""LangBot - Easy-to-use global IM bot platform designed for LLM era""" """LangBot - Easy-to-use global IM bot platform designed for LLM era"""
__version__ = '4.4.1' __version__ = '4.6.0-beta.1'
+1 -1
View File
@@ -1,4 +1,4 @@
semantic_version = 'v4.5.0' semantic_version = 'v4.6.0-beta.1'
required_database_version = 11 required_database_version = 11
"""Tag the version of the database schema, used to check if the database needs to be migrated""" """Tag the version of the database schema, used to check if the database needs to be migrated"""