diff options
author | 2022-12-13 11:56:07 +0100 | |
---|---|---|
committer | 2022-12-13 10:56:07 +0000 | |
commit | 00b4f162899954f7474397f38a17b01e98351012 (patch) | |
tree | d4c9df20591b9eaef528935c40ad2ae8338df6d9 /pyproject.toml | |
parent | Merge pull request #151 from python-discord/Python-3.11 (diff) |
Return None upon receiving a bad request from Discord in get_or_fetch_member (#169)v9.3.0
Co-authored-by: Amrou Bellalouna <[email protected]>
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 0b080c3a..482dfdca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.2.0" +version = "9.3.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |