chore(release): bump version to 4.10.1

This commit is contained in:
RockChinQ
2026-06-09 13:32:58 -04:00
parent 53d4edb609
commit 0551d22689
3 changed files with 3 additions and 3 deletions

View File

@@ -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"]

View File

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

2
uv.lock generated
View File

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