From 2982e7c55329eaea373b2928a8f0f7bf9f71107d Mon Sep 17 00:00:00 2001 From: RockChinQ Date: Mon, 22 Jun 2026 11:12:15 -0400 Subject: [PATCH] chore(release): bump version to 4.10.3 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af4e06428..cb50e4822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.10.2" +version = "4.10.3" description = "Production-grade platform for building agentic IM bots" readme = "README.md" license-files = ["LICENSE"] diff --git a/uv.lock b/uv.lock index 18eb72f25..41d1071ee 100644 --- a/uv.lock +++ b/uv.lock @@ -2008,7 +2008,7 @@ wheels = [ [[package]] name = "langbot" -version = "4.10.2" +version = "4.10.3" source = { editable = "." } dependencies = [ { name = "aiocqhttp" },