diff --git a/pyproject.toml b/pyproject.toml index 6fd34d1..1fcd9a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'nonebot-plugin-wait-a-minute' -version = '0.3.1' +version = '0.4.0' description = 'A nonebot plugin for running some func before closing the bot' authors = [{ name = 'shoucandanghehe', email = 'wallfjjd@gmail.com' }] dependencies = ['nonebot2>=2.3.3']