aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-04-25 16:43:16 +0100
committerGravatar Chris Lovering <[email protected]>2022-04-25 16:54:45 +0100
commitfe3fd3d2c7f045812b3495464d66f8d3191992f9 (patch)
tree07f81efab424287578ef77499e8e5f0385515db1 /pyproject.toml
parentMerge pull request #68 from python-discord/fix-version-number (diff)
Set BotBase.statsd correctly based on init kwargs
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 a6f5868a..43a214a0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "6.3.1"
+version = "6.3.2"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"