From a610c72067ec8af229d0b9e885d04ef4eccb1d8c Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 10 Dec 2025 14:22:57 +0800 Subject: [PATCH] chore: bump version 4.6.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 ba5a6c0c..24c15f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.6.3" +version = "4.6.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 4eaf2bd7..cae977e5 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.3' +__version__ = '4.6.4'