From 28ce986a8c0849f19f658fe37bc9af39dbecf3cd Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 20 Jul 2025 12:32:06 +0800 Subject: [PATCH] chore: release v4.1.0 --- 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 4886d186..bc96b45c 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.0.9' +semantic_version = 'v4.1.0' required_database_version = 4 """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 504cad29..b12db3e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.0.9" +version = "4.1.0" description = "高稳定、支持扩展、多模态 - 大模型原生即时通信机器人平台" readme = "README.md" requires-python = ">=3.10.1"