diff options
author | 2022-11-14 18:16:03 +0000 | |
---|---|---|
committer | 2022-11-14 18:16:03 +0000 | |
commit | 3d53d05329b4c3b75909888986c98b3d6fc49b20 (patch) | |
tree | 09f838dd5251c8a621c574cb08a4e0e04f292733 /pyproject.toml | |
parent | Merge pull request #161 from python-discord/d.py-2.1 (diff) | |
parent | Handle not being able to delete the interaction message on button press. (diff) |
Merge pull request #162 from python-discord/handle-thread-close-on-interactinv9.1.1
Handle not being able to delete the interaction message on button press.
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 5386ec1e..97d79457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.1.0" +version = "9.1.1" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |