feat: update version to 4.9.0 in pyproject.toml, __init__.py, and uv.lock

This commit is contained in:
Junyan Qin
2026-03-09 20:09:00 +08:00
parent 2a74a8d6ae
commit a4e66f6459
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "langbot" name = "langbot"
version = "4.8.7" version = "4.9.0"
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.8.7' __version__ = '4.9.0'

2
uv.lock generated
View File

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