From 8b4dc57ae04ca8a6be8a00ee64a1079384d4b8a7 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 6 Jun 2024 20:54:21 +0100 Subject: [PATCH] Bump metricity version to 2.6.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 455d0ae..df99048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metricity" -version = "2.6.0" +version = "2.6.1" description = "Advanced metric collection for the Python Discord server" authors = ["Joe Banks "] license = "MIT"