chore: bump version to 4.8.0

This commit is contained in:
Junyan Qin
2026-01-26 21:12:56 +08:00
parent c4ea6188f9
commit d9ba2a17ff
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "langbot" name = "langbot"
version = "4.7.2" version = "4.8.0"
description = "Production-grade platform for building IM bots" description = "Production-grade platform for building agentic IM bots"
readme = "README.md" readme = "README.md"
license-files = ["LICENSE"] license-files = ["LICENSE"]
requires-python = ">=3.11,<4.0" requires-python = ">=3.11,<4.0"

View File

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