From 10ec79312e6ee9f5b147e0f105c254795ce95a32 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 2 Dec 2025 17:43:38 +0800 Subject: [PATCH] chore: bump version 4.6.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 ddfc1c17..3c861965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.6.0" +version = "4.6.1" 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 8fd430f3..ddf75e8f 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.6.0' +__version__ = '4.6.1'