Skip to content

Commit

Permalink
REL: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Apr 17, 2021
1 parent 7788ffb commit 3cc7d8d
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.4.0'
version = '0.5.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '0.5.0'

# 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.4.0',
version='0.5.0',
description='Utilities for working with osu! files and data',
author='Joe Jevnik',
author_email='[email protected]',
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.4.0'
__version__ = '0.5.0'


__all__ = [
Expand Down

0 comments on commit 3cc7d8d

Please sign in to comment.