aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-07-21 13:00:34 +0100
committerGravatar GitHub <[email protected]>2022-07-21 13:00:34 +0100
commit603fc83bcfde790f184ddaf0ab2bd5364431d067 (patch)
treed0a7a1c909a61d8fe40d4ac69e3002e2447b9af8 /pyproject.toml
parentMerge pull request #104 from python-discord/fix-delete-button (diff)
Add an optional message attr to ViewWithUserAndRoleCheckv7.4.0
On view timeout, this message has it's view removed if set. Co-authored-by: Boris Muratov <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ab406c86..6c91dde3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "7.3.1"
+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"