chore: bump version 4.9.2

This commit is contained in:
Junyan Qin
2026-03-13 12:15:21 +08:00
parent 52eb991a70
commit 4b0fad233e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "langbot"
version = "4.9.1"
version = "4.9.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.9.1'
__version__ = '4.9.2'

2
uv.lock generated
View File

@@ -1832,7 +1832,7 @@ wheels = [
[[package]]
name = "langbot"
version = "4.9.1"
version = "4.9.2"
source = { editable = "." }
dependencies = [
{ name = "aiocqhttp" },