diff options
author | 2023-06-21 19:38:54 +0100 | |
---|---|---|
committer | 2023-06-21 19:38:54 +0100 | |
commit | 16d0dff6212d48fd7a4d2da69344d9b4f7f3b6be (patch) | |
tree | a8160936e0ab7247083d97c48d9f8f48fceaf80a /pyproject.toml | |
parent | Bump d.py (#181) (diff) |
Add supported lexer validation to paste service and default the paste_url (#182)v9.9.0
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 bad9a1dc..4bd3cd59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.8.0" +version = "9.9.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |