From 165be9381cdb76bb3dfd431280816c573d54519c Mon Sep 17 00:00:00 2001 From: Liam DeVoe Date: Thu, 31 Dec 2020 00:29:35 -0500 Subject: [PATCH] REL: 0.4.0 --- 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 246d7df..ac4f10c 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.2' +version = '0.4.0' # The full version, including alpha/beta/rc tags. -release = '0.3.2' +release = '0.4.0' # 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 d69217c..c5f566a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='slider', - version='0.3.2', + version='0.4.0', 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 5f3d616..a3e3e00 100644 --- a/slider/__init__.py +++ b/slider/__init__.py @@ -7,7 +7,7 @@ from .library import Library from .collection import CollectionDB -__version__ = '0.3.2' +__version__ = '0.4.0' __all__ = [