aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-04-18 22:38:49 +0100
committerGravatar Chris Lovering <[email protected]>2022-04-18 23:09:30 +0100
commit8cff0d143fa64fd947ee9607745c32a6a96a7312 (patch)
tree0b9639d5c00e1a2be910560885266c71860e5461 /pyproject.toml
parentMerge pull request #61 from python-discord/redis-reconnect-on-setup (diff)
Allow passing an api_client kwarg to BotBase
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 1ad6edd9..0815e65a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "5.0.3"
+version = "5.0.4"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"