diff --git a/bot.py b/bot.py index 8853e667a6..780e94c7ab 100644 --- a/bot.py +++ b/bot.py @@ -1,4 +1,4 @@ -__version__ = "4.0.2" +__version__ = "4.1.0" import asyncio diff --git a/pyproject.toml b/pyproject.toml index 65c08bdaa2..0c07fb3b5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,18 +32,3 @@ force-exclude = true [tool.ruff.mccabe] # Unlike Flake8, default to a complexity level of 10. max-complexity = 25 - -[tool.poetry] -name = 'Modmail' -version = '4.0.2' -description = "Modmail is similar to Reddit's Modmail, both in functionality and purpose. It serves as a shared inbox for server staff to communicate with their users in a seamless way." -license = 'AGPL-3.0-only' -authors = [ - 'kyb3r ', - '4jr ', - 'Taki ' -] -readme = 'README.md' -repository = 'https://github.com/raidensakura/modmail' -homepage = 'https://github.com/raidensakura/modmail' -keywords = ['discord', 'modmail']