diff --git a/pyproject.toml b/pyproject.toml index b445b82b..a5549e5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index d0dc49ef..fdaf8272 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.6.0-beta.1' +__version__ = '4.6.0-beta.2' diff --git a/src/langbot/pkg/utils/constants.py b/src/langbot/pkg/utils/constants.py index 0d474c87..503974af 100644 --- a/src/langbot/pkg/utils/constants.py +++ b/src/langbot/pkg/utils/constants.py @@ -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"""