summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-19 10:30:14 +0100
committerGravatar GitHub <[email protected]>2022-04-19 10:30:14 +0100
commitc41598efa298a2bb2e1c37f893b51de39783757b (patch)
tree0b9639d5c00e1a2be910560885266c71860e5461 /pyproject.toml
parentMerge pull request #61 from python-discord/redis-reconnect-on-setup (diff)
parentAllow passing an api_client kwarg to BotBase (diff)
Merge pull request #63 from python-discord/BotBase-api_client-kwargv5.0.4
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"