diff --git a/docs/source/conf.py b/docs/source/conf.py index b92a711..2eecd87 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.1' +release = '2.0.2' # -- General configuration --------------------------------------------------- diff --git a/osu/__init__.py b/osu/__init__.py index 0b3daaf..f47b456 100644 --- a/osu/__init__.py +++ b/osu/__init__.py @@ -14,4 +14,4 @@ from .results import * -__version__ = "2.0.1" +__version__ = "2.0.2"