From a4e66f6459eebf5eefd1ec9af680d21c81793e10 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Mon, 9 Mar 2026 20:09:00 +0800 Subject: [PATCH] feat: update version to 4.9.0 in pyproject.toml, __init__.py, and uv.lock --- 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 65f8312e..0bd8a5bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.8.7" +version = "4.9.0" 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 66ebbf01..970cb549 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.7' +__version__ = '4.9.0' diff --git a/uv.lock b/uv.lock index 60cdb712..3c8c1b7c 100644 --- a/uv.lock +++ b/uv.lock @@ -1832,7 +1832,7 @@ wheels = [ [[package]] name = "langbot" -version = "4.8.7" +version = "4.9.0" source = { editable = "." } dependencies = [ { name = "aiocqhttp" },