From d9b9aba5b552cc9b6e2ba0b890c2f005ddc2aaec Mon Sep 17 00:00:00 2001 From: NiceAesth Date: Sun, 3 Mar 2024 12:17:06 +0200 Subject: [PATCH] v2.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b8f50d..f48d1df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ testpaths = ["tests"] [tool.poetry] name = "aiosu" -version = "2.2.1" +version = "2.2.2" description = "Simple and fast osu! API v1 and v2 library" authors = ["Nice Aesthetics "] license = "GPLv3+"