aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-07-09 19:29:07 +0100
committerGravatar Chris Lovering <[email protected]>2022-07-09 19:29:07 +0100
commit7a43f2390b117f759fff080207fb9c75a9ab66e6 (patch)
tree64cde33e3eb080d970ed1a63185d0a64ccaac025 /pyproject.toml
parentMerge pull request #96 from python-discord/dont-connect-statsd-if-none (diff)
Only close stats._transport if BotBase.stats was created
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 e2720d18..ccb1a39d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "7.2.1"
+version = "7.2.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"