diff options
author | 2022-04-25 16:58:56 +0100 | |
---|---|---|
committer | 2022-04-25 16:58:56 +0100 | |
commit | b8030713bda8dbd0debe620a3a34d7678de7865d (patch) | |
tree | 07f81efab424287578ef77499e8e5f0385515db1 /pyproject.toml | |
parent | Merge pull request #68 from python-discord/fix-version-number (diff) | |
parent | Set BotBase.statsd correctly based on init kwargs (diff) |
Merge pull request #69 from python-discord/actually-use-statsd_urlv6.3.2
Set BotBase.statsd correctly based on init kwargs
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 a6f5868a..43a214a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "6.3.1" +version = "6.3.2" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |