diff options
author | 2022-07-23 09:22:10 +0100 | |
---|---|---|
committer | 2022-07-23 09:22:10 +0100 | |
commit | fb682c36fcecddd6b96d41da235b3228eb7be702 (patch) | |
tree | 6a951632004cb9bb763020a07fcab97ac1214686 /pyproject.toml | |
parent | Add commands.py to __init__.py (diff) | |
parent | Add an optional message attr to ViewWithUserAndRoleCheck (diff) |
Merge branch 'main' into bot-core-100
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ccb1a39d..6c91dde3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "7.2.2" +version = "7.4.0" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |