From c6cc7aae8448d2bd4e1ee140bfb655afae1b32de Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Tue, 24 Feb 2026 23:08:53 +0800 Subject: [PATCH] chore: bump version to 4.18.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 468a5219f..9e421c303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AstrBot" -version = "4.18.1" +version = "4.18.2" description = "Easy-to-use multi-platform LLM chatbot and development framework" readme = "README.md" requires-python = ">=3.12"