diff options
| author | 2022-12-24 14:51:56 +0000 | |
|---|---|---|
| committer | 2022-12-24 14:51:56 +0000 | |
| commit | ae1520e26a00a86ebccfebac2569568cac4719e9 (patch) | |
| tree | 5bfcd44ba6d7711cc65615c3ee5b85c3b4e27ed3 /pyproject.toml | |
| parent | Return None upon receiving a bad request from Discord in get_or_fetch_member ... (diff) | |
| parent | fix instantiation of bg tasks set (diff) | |
Merge pull request #170 from shtlrs/140-save-references-of-created-tasks
Save references of newly created taks
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 482dfdca..cac29809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@  [tool.poetry]  name = "pydis_core" -version = "9.3.0" +version = "9.3.1"  description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."  authors = ["Python Discord <[email protected]>"]  license = "MIT" | 
