diff options
author | 2023-09-19 16:05:51 +0100 | |
---|---|---|
committer | 2023-09-20 17:34:13 +0100 | |
commit | a87b85230fb9131cd2ccc50031ea67ddc828bd63 (patch) | |
tree | 9a406af58c1f48f0d581f89011bfab2eb57ea89b /pyproject.toml | |
parent | Merge pull request #192 from python-discord/Bump-d.py (diff) |
Add log_format to the logging util to allow for standardised logging
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 95dcb65c..5f7a9501 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "10.2.0" +version = "10.3.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |