From 0551d2268927af9a4b3ff5e196e0f453ecf9f9c8 Mon Sep 17 00:00:00 2001 From: RockChinQ Date: Tue, 9 Jun 2026 13:32:58 -0400 Subject: [PATCH] chore(release): bump version to 4.10.1 --- 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 4bb8a43d..7dcaa03c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.10.0" +version = "4.10.1" 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 17674d6e..e2cdf58d 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.10.0' +__version__ = '4.10.1' diff --git a/uv.lock b/uv.lock index 4dcd5bd0..39d0a66a 100644 --- a/uv.lock +++ b/uv.lock @@ -1915,7 +1915,7 @@ wheels = [ [[package]] name = "langbot" -version = "4.10.0" +version = "4.10.1" source = { editable = "." } dependencies = [ { name = "aiocqhttp" },