diff options
author | 2022-04-19 10:30:14 +0100 | |
---|---|---|
committer | 2022-04-19 10:30:14 +0100 | |
commit | c41598efa298a2bb2e1c37f893b51de39783757b (patch) | |
tree | 0b9639d5c00e1a2be910560885266c71860e5461 /pyproject.toml | |
parent | Merge pull request #61 from python-discord/redis-reconnect-on-setup (diff) | |
parent | Allow 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.toml | 2 |
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" |