mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
chore: bump version 4.6.0b2 for testing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
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"
|
||||
readme = "README.md"
|
||||
license-files = ["LICENSE"]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""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,4 +1,4 @@
|
||||
semantic_version = 'v4.6.0-beta.1'
|
||||
semantic_version = 'v4.6.0-beta.2'
|
||||
|
||||
required_database_version = 11
|
||||
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
|
||||
|
||||
Reference in New Issue
Block a user