diff options
| author | 2022-04-02 22:48:26 +0100 | |
|---|---|---|
| committer | 2022-04-02 22:48:26 +0100 | |
| commit | e42e568257f4f1347a45754a9db99942ad5a7173 (patch) | |
| tree | b3e26d11ef03884205bd282def8323bc7927fac9 /pyproject.toml | |
| parent | Merge pull request #50 from python-discord/update-all-deps (diff) | |
| parent | Move the creation of BotBase's AsyncResolver to async setup (diff) | |
Merge pull request #54 from python-discord/move-creation-of-AsyncResolverv5.0.1
Move the creation of BotBase's AsyncResolver to async setup
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 ad5aa85c..97bf8ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "5.0.0" +version = "5.0.1" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |