aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-12-24 14:51:56 +0000
committerGravatar GitHub <[email protected]>2022-12-24 14:51:56 +0000
commitae1520e26a00a86ebccfebac2569568cac4719e9 (patch)
tree5bfcd44ba6d7711cc65615c3ee5b85c3b4e27ed3 /pyproject.toml
parentReturn None upon receiving a bad request from Discord in get_or_fetch_member ... (diff)
parentfix 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 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"