chore: Bump version to 4.8.5 in pyproject.toml and __init__.py

This commit is contained in:
Junyan Qin
2026-02-26 14:34:23 +08:00
parent 2d837c9cb4
commit 02a1036d63
2 changed files with 2 additions and 2 deletions

View File

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