From d36fbf1f61538ff291b190434698113390b10971 Mon Sep 17 00:00:00 2001 From: NiceAesth Date: Wed, 19 Jul 2023 02:05:04 +0300 Subject: [PATCH] v2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d07544..144ac4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ show_error_codes = true testpaths = ["tests"] [tool.poetry] name = "aiosu" -version = "1.5.0" +version = "2.0.0" description = "Simple and fast osu! API v1 and v2 library" authors = ["Nice Aesthetics "] license = "GPLv3+"