chore(release): bump version to 4.10.2

This commit is contained in:
RockChinQ
2026-06-13 11:21:44 -04:00
parent b7d8332cb0
commit 2e7978317c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "langbot"
version = "4.10.1"
version = "4.10.2"
description = "Production-grade platform for building agentic IM bots"
readme = "README.md"
license-files = ["LICENSE"]

View File

@@ -1,3 +1,3 @@
"""LangBot - Production-grade platform for building agentic IM bots"""
__version__ = '4.10.1'
__version__ = '4.10.2'

2
uv.lock generated
View File

@@ -1967,7 +1967,7 @@ wheels = [
[[package]]
name = "langbot"
version = "4.10.1"
version = "4.10.2"
source = { editable = "." }
dependencies = [
{ name = "aiocqhttp" },