From f1ddddfe002bdd7d1d299fccbd88cfadc4e1a9c1 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 10 Oct 2025 22:50:57 +0800 Subject: [PATCH] chore: bump version 4.3.8 --- 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 1bf67aa5..f395cbcb 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.3.7' +semantic_version = 'v4.3.8' 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 0bfd56c9..26e69706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.3.7" +version = "4.3.8" description = "Easy-to-use global IM bot platform designed for LLM era" readme = "README.md" requires-python = ">=3.10.1,<4.0"