From 61f3f31edc87bd2544172733bbb37e2d9dbd7294 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 27 Jan 2026 20:33:55 +0800 Subject: [PATCH] chore: bump version to 4.8.1 --- pyproject.toml | 2 +- src/langbot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f17cf2d3..a9dfab35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.8.0" +version = "4.8.1" description = "Production-grade platform for building agentic IM bots" readme = "README.md" license-files = ["LICENSE"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index ace9f7f2..0565dc56 100644 --- a/src/langbot/__init__.py +++ b/src/langbot/__init__.py @@ -1,3 +1,3 @@ """LangBot - Production-grade platform for building agentic IM bots""" -__version__ = '4.8.0' +__version__ = '4.8.1'