diff options
| author | 2022-04-18 15:44:22 +0100 | |
|---|---|---|
| committer | 2022-04-18 16:12:59 +0100 | |
| commit | aca37f50e11f261a7d914e5b5471b2717b51e5c8 (patch) | |
| tree | 4470bc87711d79de0be2680b52a618005c86f1c4 /pyproject.toml | |
| parent | Bump version number and log change (diff) | |
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"  |