Skip to content

Commit

Permalink
REL: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Sep 6, 2023
1 parent b50fc25 commit ff3aac0
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.7.0'
version = '0.8.0'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.8.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.7.0',
version='0.8.0',
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 @@ -8,7 +8,7 @@
from .library import Library
from .collection import CollectionDB

__version__ = '0.7.0'
__version__ = '0.8.0'


__all__ = [
Expand Down

0 comments on commit ff3aac0

Please sign in to comment.