From 558587883b7767adfa445d80d09c220547e34986 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 13 Jan 2026 14:02:00 +0800 Subject: [PATCH] chore: update project version to 4.7.2 --- pyproject.toml | 2 +- src/langbot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6deba34a..c3daa41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.7.1" +version = "4.7.2" description = "Production-grade platform for building IM bots" readme = "README.md" license-files = ["LICENSE"] diff --git a/src/langbot/__init__.py b/src/langbot/__init__.py index 79f45cbd..15a06898 100644 --- a/src/langbot/__init__.py +++ b/src/langbot/__init__.py @@ -1,3 +1,3 @@ """LangBot - Production-grade platform for building IM bots""" -__version__ = '4.7.1' +__version__ = '4.7.2'