diff options
author | 2022-04-18 16:57:44 +0100 | |
---|---|---|
committer | 2022-04-18 16:57:44 +0100 | |
commit | 1ca68b789a9a62a46686c5704753cf4d0f29c758 (patch) | |
tree | 72617275475175d2aefc853d839483e8b43da426 /pyproject.toml | |
parent | Merge pull request #57 from python-discord/dependabot/pip/furo-2022.4.7 (diff) | |
parent | Bump version number and log change (diff) |
Merge pull request #56 from python-discord/minor-fixes-to-BotBase
Minor fixes 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 4561706f..76f0e667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "5.0.1" +version = "5.0.2" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |