Skip to content

Commit 15fc196

Browse files
committed
REL: 0.5.3
1 parent 61e230f commit 15fc196

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '0.5.2'
69+
version = '0.5.3'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '0.5.2'
71+
release = '0.5.3'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='slider',
14-
version='0.5.2',
14+
version='0.5.3',
1515
description='Utilities for working with osu! files and data',
1616
author='Joe Jevnik',
1717
author_email='[email protected]',

slider/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .library import Library
88
from .collection import CollectionDB
99

10-
__version__ = '0.5.2'
10+
__version__ = '0.5.3'
1111

1212

1313
__all__ = [

0 commit comments

Comments
 (0)