aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-06-30 19:52:33 +0100
committerGravatar GitHub <[email protected]>2022-06-30 19:52:33 +0100
commit259eeb84f1d935e5254acbf673144f0b98aad965 (patch)
tree0a60df03a7c35df52ee7fe3e3893c84ab16af001 /pyproject.toml
parentMerge pull request #91 from python-discord/misc-bug-fixes (diff)
parentDon't try to connect to statsd_url if it's None (diff)
Merge pull request #96 from python-discord/dont-connect-statsd-if-nonev7.2.1
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 ebf54f97..e2720d18 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "7.2.0"
+version = "7.2.1"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"