From bf98b82cf272a528148313e7319e2bf931261390 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 18 Jun 2025 13:10:20 +0800 Subject: [PATCH] chore: release v4.0.7 --- 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 31a596e6..450a2e16 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.0.6' +semantic_version = 'v4.0.7' required_database_version = 3 """标记本版本所需要的数据库结构版本,用于判断数据库迁移""" diff --git a/pyproject.toml b/pyproject.toml index 2405bc6f..5e85bfb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.0.6" +version = "4.0.7" description = "高稳定、支持扩展、多模态 - 大模型原生即时通信机器人平台" readme = "README.md" requires-python = ">=3.10.1"