chore: bump version 4.6.0b2 for testing

This commit is contained in:
Junyan Qin
2025-11-16 19:28:52 +08:00
parent deb725a2e2
commit 4011a302af
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.6.0-beta.1" version = "4.6.0-beta.2"
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.6.0-beta.1' __version__ = '4.6.0-beta.2'
+1 -1
View File
@@ -1,4 +1,4 @@
semantic_version = 'v4.6.0-beta.1' semantic_version = 'v4.6.0-beta.2'
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"""