From 696162ee52300b34b49a6b56e0d535cbccfde338 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 14 May 2025 22:05:03 +0800 Subject: [PATCH] chore: release v4.0.3 --- 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 1f2daf62..9a52b7a1 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.0.2' +semantic_version = 'v4.0.3' required_database_version = 1 """标记本版本所需要的数据库结构版本,用于判断数据库迁移""" diff --git a/pyproject.toml b/pyproject.toml index a51b8001..a802f330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.0.2" +version = "4.0.3" description = "高稳定、支持扩展、多模态 - 大模型原生即时通信机器人平台" readme = "README.md" requires-python = ">=3.10.1"