From 34e2fa03ced2befc0af6df9b33a345a95391ba7f Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 16 Nov 2025 19:11:02 +0800 Subject: [PATCH] chore: bump version 4.6.0-beta.1 for testing --- pyproject.toml | 2 +- src/langbot/__init__.py | 2 +- src/langbot/pkg/utils/constants.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e41fb7ea..ec4b5d86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.5.0" +version = "4.6.0-beta.1" description = "Easy-to-use global IM bot platform designed for LLM era" readme = "README.md" license-files = ["LICENSE"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index fe62a127..d0dc49ef 100644 --- a/src/langbot/__init__.py +++ b/src/langbot/__init__.py @@ -1,3 +1,3 @@ """LangBot - Easy-to-use global IM bot platform designed for LLM era""" -__version__ = '4.4.1' +__version__ = '4.6.0-beta.1' diff --git a/src/langbot/pkg/utils/constants.py b/src/langbot/pkg/utils/constants.py index c225ed82..0d474c87 100644 --- a/src/langbot/pkg/utils/constants.py +++ b/src/langbot/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.5.0' +semantic_version = 'v4.6.0-beta.1' required_database_version = 11 """Tag the version of the database schema, used to check if the database needs to be migrated"""