From 7f4840df319ba22dec8bd150161fb2fb4b8ac247 Mon Sep 17 00:00:00 2001 From: rf_tar_railt <3165388245@qq.com> Date: Sat, 27 Jul 2024 23:54:48 +0800 Subject: [PATCH] :bug: version 0.6.4 fix import bug --- arclet/entari/command/plugin.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arclet/entari/command/plugin.py b/arclet/entari/command/plugin.py index bc91626..4336e79 100644 --- a/arclet/entari/command/plugin.py +++ b/arclet/entari/command/plugin.py @@ -6,7 +6,7 @@ from arclet.letoderea import BaseAuxiliary, Provider, ProviderFactory from ..event import MessageEvent -from ..plugin import Plugin, PluginDispatcher +from ..plugin.model import Plugin, PluginDispatcher from .model import Match, Query from .provider import AlconnaProviderFactory, AlconnaSuppiler, Assign, MessageJudger, _seminal diff --git a/pyproject.toml b/pyproject.toml index 3305611..af53389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arclet-entari" -version = "0.6.3" +version = "0.6.4" description = "Simple IM Framework based on satori-python" authors = [ {name = "RF-Tar-Railt",email = "rf_tar_railt@qq.com"},