Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Jun 17, 2023
1 parent a823517 commit 6af93d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.0.2"
__version__ = "4.1.0"


import asyncio
Expand Down
15 changes: 0 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>',
'4jr <[email protected]>',
'Taki <[email protected]>'
]
readme = 'README.md'
repository = 'https://github.com/raidensakura/modmail'
homepage = 'https://github.com/raidensakura/modmail'
keywords = ['discord', 'modmail']

0 comments on commit 6af93d8

Please sign in to comment.