summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-20 23:24:41 +0100
committerGravatar GitHub <[email protected]>2022-04-20 23:24:41 +0100
commit7d4784edae5e70322545e9523a945ed7a849d5bb (patch)
tree7ac7e742f65424cc692817f9c2d6112dc16d15d2 /pyproject.toml
parentMerge pull request #64 from python-discord/bump-d.py (diff)
parentAdd unqualify to the utils namespace (diff)
Merge pull request #65 from python-discord/Add-unqualify-to-the-util-namespacev6.1.0
Add unqualify to the utils namespace
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"