diff options
author | 2022-06-30 19:21:41 +0100 | |
---|---|---|
committer | 2022-06-30 19:29:34 +0100 | |
commit | 6fb4b8c8e15adda4cbcfc692e49af74589ce41d8 (patch) | |
tree | 0a60df03a7c35df52ee7fe3e3893c84ab16af001 /pyproject.toml | |
parent | Merge pull request #91 from python-discord/misc-bug-fixes (diff) |
Don't try to connect to statsd_url if it's None
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |