aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-02 22:48:26 +0100
committerGravatar GitHub <[email protected]>2022-04-02 22:48:26 +0100
commite42e568257f4f1347a45754a9db99942ad5a7173 (patch)
treeb3e26d11ef03884205bd282def8323bc7927fac9 /pyproject.toml
parentMerge pull request #50 from python-discord/update-all-deps (diff)
parentMove the creation of BotBase's AsyncResolver to async setup (diff)
Merge pull request #54 from python-discord/move-creation-of-AsyncResolverv5.0.1
Move the creation of BotBase's AsyncResolver to async setup
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 ad5aa85c..97bf8ab3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "5.0.0"
+version = "5.0.1"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"