diff options
author | 2022-12-13 20:50:00 +0100 | |
---|---|---|
committer | 2022-12-13 20:50:00 +0100 | |
commit | b0384ec69941cbf475445ed4971d10d1156640b8 (patch) | |
tree | 27fe7bd56dbd7564e7ac6c93d72add369276b952 /pyproject.toml | |
parent | save strong references of newly created tasks in the `TASKS` set (diff) | |
parent | Return None upon receiving a bad request from Discord in get_or_fetch_member ... (diff) |
Merge branch 'main' of https://github.com/shtlrs/bot-core
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" |