From 09dba91a3736a41609305efcab49ff15b42f4492 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 7 Oct 2025 15:30:33 +0800 Subject: [PATCH] chore: bump version 4.3.7b1 --- 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 5cf281d3..d8fd6297 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.3.6' +semantic_version = 'v4.3.7b1' 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 57f6ca19..00927300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.3.6" +version = "4.3.7b1" description = "Easy-to-use global IM bot platform designed for LLM era" readme = "README.md" requires-python = ">=3.10.1,<4.0"