Skip to content

Commit

Permalink
Increase version number to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
craffel committed Feb 27, 2016
1 parent 2c8c714 commit 53c16af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2'
release = '0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mir_eval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from . import transcription
from . import key

__version__ = '0.2'
__version__ = '0.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='mir_eval',
version='0.2',
version='0.3',
description='Common metrics for common audio/music processing tasks.',
author='Colin Raffel',
author_email='craffel@gmail.com',
Expand Down

0 comments on commit 53c16af

Please sign in to comment.