aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-25 16:58:56 +0100
committerGravatar GitHub <[email protected]>2022-04-25 16:58:56 +0100
commitb8030713bda8dbd0debe620a3a34d7678de7865d (patch)
tree07f81efab424287578ef77499e8e5f0385515db1 /pyproject.toml
parentMerge pull request #68 from python-discord/fix-version-number (diff)
parentSet BotBase.statsd correctly based on init kwargs (diff)
Merge pull request #69 from python-discord/actually-use-statsd_urlv6.3.2
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"