From dfe3b5308cea783e419ddbb4fab1a47d9653202d Mon Sep 17 00:00:00 2001 From: FuQuan233 Date: Sat, 1 Mar 2025 21:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20llmchat=20version=200.1.1?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b49524..841c786 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-llmchat" -version = "0.1.10" +version = "0.1.11" description = "Nonebot AI group chat plugin supporting multiple API preset configurations" license = "GPL" authors = ["FuQuan i@fuquan.moe"]