From 075c85e2bca30dc933b1e94d04b3c325e7819f1a Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 12 May 2026 23:48:52 +0800 Subject: [PATCH] chore: bump version 4.9.7 --- 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 4ea08c9e..a24394dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.9.6" +version = "4.9.7" 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 260acac5..9fa15e19 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.9.6' +__version__ = '4.9.7' diff --git a/uv.lock b/uv.lock index 8db6bd2e..dfc06940 100644 --- a/uv.lock +++ b/uv.lock @@ -1859,7 +1859,7 @@ wheels = [ [[package]] name = "langbot" -version = "4.9.6" +version = "4.9.7" source = { editable = "." } dependencies = [ { name = "aiocqhttp" },