From 99e3abec72ad8afa257096a5505fe81bd2163ba9 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 20 Nov 2025 23:19:37 +0800 Subject: [PATCH] chore: bump version 4.5.4 --- pyproject.toml | 2 +- src/langbot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 123610be..40c1548f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.5.3" +version = "4.5.4" description = "Easy-to-use global IM bot platform designed for LLM era" readme = "README.md" license-files = ["LICENSE"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index ca03d526..e93aab06 100644 --- a/src/langbot/__init__.py +++ b/src/langbot/__init__.py @@ -1,3 +1,3 @@ """LangBot - Easy-to-use global IM bot platform designed for LLM era""" -__version__ = '4.5.3' +__version__ = '4.5.4'