From b19e13b6b40e6f2ce13125ed62408c0bf1eded60 Mon Sep 17 00:00:00 2001 From: FuQuan233 Date: Fri, 14 Feb 2025 18:09:23 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20change=20version?= 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 110013f..aea90f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-llmchat" -version = "0.1.0" +version = "0.1.1" description = "Nonebot AI group chat plugin supporting multiple API preset configurations" license = "GPL" authors = ["FuQuan i@fuquan.moe"]