diff options
author | 2022-05-11 00:50:50 +0400 | |
---|---|---|
committer | 2022-05-11 00:50:50 +0400 | |
commit | cfacb4559764801fa37d631fcfe692f7197eb916 (patch) | |
tree | 15be36393cb34e5b6f7c57ba62452f14fdd281e0 | |
parent | Merge pull request #75 from python-discord/prepare-v6 (diff) |
Bump Project Version To v7.0.0
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ca3422ae..7d87f276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "6.4.0" +version = "7.0.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" |