aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2022-03-04 22:28:57 -0500
committerGravatar ToxicKidz <[email protected]>2022-03-05 11:23:41 -0500
commit4920515c5a8e43ef9ca444254d1276058fcfa971 (patch)
tree16948a48c841ed4e070092fb2804ac46acdad8f3 /pyproject.toml
parentMerge pull request #35 from python-discord/monkey-patch-in-util-namespace (diff)
fix: Set the logger class in botcore.utils.logging.py to the CustomLogger class
Fixes an issue when using trace logging on loggers that were instantiated before the class was set.
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 188edb8f..554948e9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "3.0.0"
+version = "3.0.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"