From 883acb1bb4c95ebf02a57f91bca49ecc1fa48d55 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Sun, 10 Dec 2023 23:01:35 +0800 Subject: [PATCH] Release v0.9.1 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 25eca14..8837a29 100644 --- a/main.py +++ b/main.py @@ -34,7 +34,7 @@ def check_config(): # 注册插件 -@register(name="revLibs", description="接入acheong08/ChatGPT、Claude、Bard等逆向库", version="0.9.0", author="RockChinQ") +@register(name="revLibs", description="接入acheong08/ChatGPT、Claude、Bard等逆向库", version="0.9.1", author="RockChinQ") class RevLibsPlugin(Plugin): chatbot: Chatbot = None