aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-04-20 23:19:20 +0100
committerGravatar Chris Lovering <[email protected]>2022-04-20 23:22:28 +0100
commitaa43f9d53cf9ff1b7f11563c5fd44d6d600a6f33 (patch)
tree7ac7e742f65424cc692817f9c2d6112dc16d15d2 /pyproject.toml
parentMerge pull request #64 from python-discord/bump-d.py (diff)
Add unqualify to the utils namespace
This is for bots that want to use the unqualify function for their own extension cogs
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 55671b76..4eb7415e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "6.0.0"
+version = "6.1.0"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"