From 9850968c3cf3723ab091ca39b3183dbd3256c5e2 Mon Sep 17 00:00:00 2001 From: NiceAesth Date: Wed, 8 Mar 2023 18:58:47 +0200 Subject: [PATCH] v1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a17ffe..05f5e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ testpaths = ["tests"] [tool.poetry] name = "aiosu" -version = "1.3.3" +version = "1.4.0" description = "Simple and fast osu! API v1 and v2 library" authors = ["Nice Aesthetics "] license = "GPLv3+"