From 536fbab9607c818e0533a44a1d7dc28766c7c05d Mon Sep 17 00:00:00 2001 From: Liam DeVoe Date: Fri, 11 Dec 2020 20:42:49 -0500 Subject: [PATCH] REL: 0.3.2 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- slider/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ba50b4f..246d7df 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '0.3.1' +version = '0.3.2' # The full version, including alpha/beta/rc tags. -release = '0.3.1' +release = '0.3.2' # 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 6caed14..d69217c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='slider', - version='0.3.1', + version='0.3.2', 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 6d3fbc9..5f3d616 100644 --- a/slider/__init__.py +++ b/slider/__init__.py @@ -7,7 +7,7 @@ from .library import Library from .collection import CollectionDB -__version__ = '0.3.1' +__version__ = '0.3.2' __all__ = [