From d1274366a0b438358b4a1aa746b649e84e87f6a4 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 2 Oct 2025 10:30:19 +0800 Subject: [PATCH] chore: release v4.3.5 --- pkg/utils/constants.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/utils/constants.py b/pkg/utils/constants.py index e52f94a5..968bacdc 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.3.4' +semantic_version = 'v4.3.5' required_database_version = 8 """Tag the version of the database schema, used to check if the database needs to be migrated""" diff --git a/pyproject.toml b/pyproject.toml index 5a32ecb3..4cedc515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.3.4" +version = "4.3.5" description = "Easy-to-use global IM bot platform designed for LLM era" readme = "README.md" requires-python = ">=3.10.1,<4.0"