diff options
author | 2022-04-18 16:58:01 +0100 | |
---|---|---|
committer | 2022-04-18 16:58:01 +0100 | |
commit | 4b93fbb03d22134cab1f9d9f1f07e5f81012dea5 (patch) | |
tree | 4470bc87711d79de0be2680b52a618005c86f1c4 /pyproject.toml | |
parent | Merge pull request #56 from python-discord/minor-fixes-to-BotBase (diff) | |
parent | Reconnect to redis session on setup if it is closed (diff) |
Merge pull request #61 from python-discord/redis-reconnect-on-setupv5.0.3
Reconnect to redis session on setup if it is closed
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 76f0e667..1ad6edd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "5.0.2" +version = "5.0.3" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |