From 4fd488b97a2deb1f9b229f1bc5c95124b6512b67 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 26 Feb 2026 22:54:13 +0800 Subject: [PATCH] chore: Bump version to 4.8.6 in pyproject.toml, uv.lock, and __init__.py --- pyproject.toml | 2 +- src/langbot/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 131a1053..024e4e72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.8.5" +version = "4.8.6" description = "Production-grade platform for building agentic IM bots" readme = "README.md" license-files = ["LICENSE"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index 36304284..118164f3 100644 --- a/src/langbot/__init__.py +++ b/src/langbot/__init__.py @@ -1,3 +1,3 @@ """LangBot - Production-grade platform for building agentic IM bots""" -__version__ = '4.8.5' +__version__ = '4.8.6' diff --git a/uv.lock b/uv.lock index fef488bd..630ce882 100644 --- a/uv.lock +++ b/uv.lock @@ -1799,7 +1799,7 @@ wheels = [ [[package]] name = "langbot" -version = "4.8.4" +version = "4.8.6" source = { editable = "." } dependencies = [ { name = "aiocqhttp" },