From 68ef7bd2c42c7002e2fa37ac0e2edf30313b716c Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Mon, 5 Jan 2026 20:06:01 +0800 Subject: [PATCH] chore: update project version to 4.7.0 and revise description for clarity --- pyproject.toml | 4 ++-- src/langbot/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 799e5f43..268908a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "langbot" -version = "4.6.5" -description = "Easy-to-use global IM bot platform designed for LLM era" +version = "4.7.0" +description = "Production-grade platform for building IM bots" readme = "README.md" license-files = ["LICENSE"] requires-python = ">=3.11,<4.0" diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index 59f59627..966aed76 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""" +"""LangBot - Production-grade platform for building IM bots""" -__version__ = '4.6.5' +__version__ = '4.7.0'