Skip to content

Commit

Permalink
🐛 version 0.6.4
Browse files Browse the repository at this point in the history
fix import bug
  • Loading branch information
RF-Tar-Railt committed Jul 27, 2024
1 parent f9de862 commit 7f4840d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arclet/entari/command/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down

0 comments on commit 7f4840d

Please sign in to comment.