chore: bump version 4.9.7

This commit is contained in:
Junyan Qin
2026-05-12 23:48:52 +08:00
parent 62b63ca2ca
commit 075c85e2bc
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

2
uv.lock generated
View File

@@ -1859,7 +1859,7 @@ wheels = [
[[package]] [[package]]
name = "langbot" name = "langbot"
version = "4.9.6" version = "4.9.7"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiocqhttp" }, { name = "aiocqhttp" },