diff options
| author | 2022-07-23 14:28:36 +0100 | |
|---|---|---|
| committer | 2022-07-23 14:28:36 +0100 | |
| commit | b84448734efbba0b892a0e8da6400315ee9bfc97 (patch) | |
| tree | 4353a54d9c12854a9a1e2ca925c4c13cbff75b74 /pyproject.toml | |
| parent | Raise error when referenced message has no content (diff) | |
| parent | Merge branch 'main' into bot-core-100 (diff) | |
Merge remote-tracking branch 'origin/bot-core-100' 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" |