diff options
author | 2022-07-23 16:30:17 +0200 | |
---|---|---|
committer | 2022-07-23 16:30:17 +0200 | |
commit | cfdc1b7c3dedae53f15ce696aee0c7141ba8c606 (patch) | |
tree | a0a003f85aa3773ef4e14474dcaa0424138448dd /pyproject.toml | |
parent | Merge pull request #97 from python-discord/dependabot/pip/flake8-bugbear-22.7.1 (diff) |
Bump Version To 7.5.0v7.5.0
Signed-off-by: Hassan Abouelela <[email protected]>
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 dcf37935..2ea805ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "7.4.0" +version = "7.5.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" |