diff options
author | 2022-04-02 22:01:59 +0100 | |
---|---|---|
committer | 2022-04-02 22:02:21 +0100 | |
commit | 675105898946b8eb843733d06ae3f3714b8086bf (patch) | |
tree | b3e26d11ef03884205bd282def8323bc7927fac9 /pyproject.toml | |
parent | Merge pull request #50 from python-discord/update-all-deps (diff) |
Move the creation of BotBase's AsyncResolver to async setup
There is a deprecation notice that this must be created within an async function. This isn't a breaking change.
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" |