diff options
author | 2024-06-06 20:25:09 +0100 | |
---|---|---|
committer | 2024-06-06 20:28:39 +0100 | |
commit | e302fe21cae062ee62ef525f3f31817e3196a5db (patch) | |
tree | 31c7728b0c9c17fc1928875270633b59bfe655b9 | |
parent | Add cog that syncs the guild on startup (diff) |
Bump metricity version to 2.6.0
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e817933..5c5e61c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metricity" -version = "2.5.1" +version = "2.6.0" description = "Advanced metric collection for the Python Discord server" authors = ["Joe Banks <[email protected]>"] license = "MIT" |