aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-07-25 11:59:37 +0100
committerGravatar Chris Lovering <[email protected]>2023-07-25 13:21:12 +0100
commit76eb582e304e52d7619c45d181f8cb0f00d2ac90 (patch)
tree4e06b33cae2feaab4858191218aaf368440e63b6 /pyproject.toml
parentMerge pull request #188 from python-discord/paste-servic-emultiple-files (diff)
Add BotBase.wait_until_bot_started which can be used to hold a process until all extensions are loaded.
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 1f8514e8..d3d55dbb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydis_core"
-version = "10.0.0"
+version = "10.1.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"