Skip to content

Commit

Permalink
REL: 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Jan 7, 2022
1 parent 2fa26e0 commit 395664a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion slider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .library import Library
from .collection import CollectionDB

__version__ = '0.5.3'
__version__ = '0.5.4'


__all__ = [
Expand Down

0 comments on commit 395664a

Please sign in to comment.