diff --git a/pyproject.toml b/pyproject.toml index d67b65f4..18de3d43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'nonebot-plugin-tetris-stats' -version = '1.4.5' +version = '1.4.6' description = '一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件' authors = ['scdhh '] readme = 'README.md' @@ -133,3 +133,4 @@ quote-style = 'single' [tool.nonebot] plugins = ['nonebot_plugin_tetris_stats'] +# plugins = ['test_aps']