Skip to content

Commit

Permalink
REL: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Dec 31, 2020
1 parent f1c6550 commit 165be93
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.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.
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.3.2',
version='0.4.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.3.2'
__version__ = '0.4.0'


__all__ = [
Expand Down

0 comments on commit 165be93

Please sign in to comment.