diff options
author | 2022-03-05 16:30:34 +0000 | |
---|---|---|
committer | 2022-03-05 16:30:34 +0000 | |
commit | f105af921d2e294e49388c4aff680912cf261ec6 (patch) | |
tree | 16948a48c841ed4e070092fb2804ac46acdad8f3 /pyproject.toml | |
parent | Merge pull request #35 from python-discord/monkey-patch-in-util-namespace (diff) | |
parent | fix: Set the logger class in botcore.utils.logging.py to the CustomLogger class (diff) |
Merge pull request #37 from python-discord/fix/trace-loggingv3.0.1
Set the logger class in `logging.py` to `CustomLogger`
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 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" |