From 0a2338763d09da1b3f56b4f171bd98e3e6a6455e Mon Sep 17 00:00:00 2001 From: Sheepposu Date: Sun, 21 Apr 2024 04:53:28 -0400 Subject: [PATCH] update version --- docs/source/conf.py | 2 +- osu/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d773748..b92a711 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = 'Sheepposu' # The full version, including alpha/beta/rc tags -release = '2.0.0' +release = '2.0.1' # -- General configuration --------------------------------------------------- diff --git a/osu/__init__.py b/osu/__init__.py index 7603fbf..0b3daaf 100644 --- a/osu/__init__.py +++ b/osu/__init__.py @@ -14,4 +14,4 @@ from .results import * -__version__ = "2.0.0" +__version__ = "2.0.1"