diff --git a/docs/source/conf.py b/docs/source/conf.py index 81ebaa2..f302d5f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '0.5.3' +version = '0.5.4' # The full version, including alpha/beta/rc tags. -release = '0.5.3' +release = '0.5.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index fefeb2c..584f7b4 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='slider', - version='0.5.3', + version='0.5.4', description='Utilities for working with osu! files and data', author='Joe Jevnik', author_email='joejev@gmail.com', diff --git a/slider/__init__.py b/slider/__init__.py index 60ed316..ef31f03 100644 --- a/slider/__init__.py +++ b/slider/__init__.py @@ -7,7 +7,7 @@ from .library import Library from .collection import CollectionDB -__version__ = '0.5.3' +__version__ = '0.5.4' __all__ = [