aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-02 20:21:39 +0100
committerGravatar GitHub <[email protected]>2022-04-02 20:21:39 +0100
commit3732ccccbebf26da1678b24c1446019dad079745 (patch)
tree1761eb4232b0e7f80a0c5761602483f732555e02 /pyproject.toml
parentMerge pull request #42 from python-discord/bump-d.py-and-add-BotBase (diff)
parentBump version to 5.0.0 (diff)
Merge pull request #49 from python-discord/5.0.0-changelogv5.0.0
Update changelog with latest changes
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 9626a2a9..7f2c2f7b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "4.0.0"
+version = "5.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"