diff options
author | 2022-04-19 10:39:43 +0100 | |
---|---|---|
committer | 2022-04-19 10:39:43 +0100 | |
commit | 1537a682f83f8bb91ee4a47382180f00de45616f (patch) | |
tree | 0b7a2e66d015bc53e27eea7b808248ccba359d97 /pyproject.toml | |
parent | Bump flake8-annotations from 2.8.0 to 2.9.0 (diff) | |
parent | Merge pull request #63 from python-discord/BotBase-api_client-kwarg (diff) |
Merge branch 'main' into dependabot/pip/flake8-annotations-2.9.0
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 6375624e..023cdecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "5.0.1" +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" |