Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
craffel committed Feb 16, 2022
1 parent 0fe077e commit 645f462
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

v0.7
----

- `#334`_: Support notation for unknown/ambiguous key or mode
- `#343`_: Add suite of alignment metrics

.. _#334: https://github.com/craffel/mir_eval/pull/334
.. _#343: https://github.com/craffel/mir_eval/pull/343

v0.6
----

Expand Down
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.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6'
release = '0.7'

# 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 @@ -20,4 +20,4 @@
from . import transcription_velocity
from . import key

__version__ = '0.6'
__version__ = '0.7'
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.6',
version='0.7',
description='Common metrics for common audio/music processing tasks.',
author='Colin Raffel',
author_email='craffel@gmail.com',
Expand Down

0 comments on commit 645f462

Please sign in to comment.