diff --git a/docs/conf.py b/docs/conf.py index 6558e0d6..5fe6d21f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/mir_eval/__init__.py b/mir_eval/__init__.py index 79dfd881..386d59c4 100644 --- a/mir_eval/__init__.py +++ b/mir_eval/__init__.py @@ -15,4 +15,4 @@ from . import tempo from . import hierarchy -__version__ = '0.1' +__version__ = '0.2' diff --git a/setup.py b/setup.py index 5b766150..0d20c4d0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='mir_eval', - version='0.1', + version='0.2', description='Common metrics for common audio/music processing tasks.', author='Colin Raffel', author_email='craffel@gmail.com',