diff options
author | 2024-03-20 20:13:48 +0100 | |
---|---|---|
committer | 2024-03-20 19:13:48 +0000 | |
commit | b6a888d218276d473f29a2cf5d413843cb156b1a (patch) | |
tree | 57cba84f67ec30fa8bd88bf39a91517ce0adcb6c /pyproject.toml | |
parent | Bump version to 11.0.0 (diff) |
Extract original error upon exceptions, if any (#209)
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 f6f5d622..22d76c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "11.0.0" +version = "11.0.1" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |