diff options
author | 2023-12-14 18:16:40 +0000 | |
---|---|---|
committer | 2023-12-14 18:16:40 +0000 | |
commit | 8877fa154439f0ef44366d5808769a50f0c2915f (patch) | |
tree | d1b741c5fdaa79a2494f187c973b48881790a8fb /pyproject.toml | |
parent | Changelog 10.5.0 (diff) |
Do not attempt to read response body if the HTTP response code is 204.v10.5.1
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 b388f8d5..3aaa2747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "10.5.0" +version = "10.5.1" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |