chore: update version to 4.9.6 in pyproject.toml, __init__.py, and uv.lock

This commit is contained in:
Rock Chin
2026-04-11 17:08:59 +08:00
parent bf0848d60b
commit fd6a7b73d4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "langbot" name = "langbot"
version = "4.9.5" version = "4.9.6"
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"]
+1 -1
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.5' __version__ = '4.9.6'
Generated
+1 -1
View File
@@ -1846,7 +1846,7 @@ wheels = [
[[package]] [[package]]
name = "langbot" name = "langbot"
version = "4.9.5" version = "4.9.6"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiocqhttp" }, { name = "aiocqhttp" },