From 3d2a56bf3cf729c24175e5138643fcf6b1e02658 Mon Sep 17 00:00:00 2001 From: Lekuru Date: Tue, 25 Jun 2024 04:19:13 +0200 Subject: [PATCH] Update release version to `1.4.10` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0eaa23c..ea29339 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="osu", - version="1.4.9", + version="1.4.10", author="Lekuru", author_email="contact@lekuru.xyz", description="A python library that emulates the osu! stable client",