Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian-Robert Stöter committed Feb 27, 2018
1 parent 652415c commit 1917557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion museval/util.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import inspect
import six

__version__ = "0.1.2"
__version__ = "0.2.0"


def has_kwargs(function):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name='museval',

# Version
version="0.1.2",
version="0.2.0",

# Description
description='Evaluation tools for the SIGSEP MUS database',
Expand Down

0 comments on commit 1917557

Please sign in to comment.