diff --git a/pitch_detectors/__init__.py b/pitch_detectors/__init__.py index 45869b6..ef7eb44 100644 --- a/pitch_detectors/__init__.py +++ b/pitch_detectors/__init__.py @@ -1 +1 @@ -__version__ = '0.5.2' +__version__ = '0.6.0' diff --git a/pyproject.toml b/pyproject.toml index 3d9285e..97a782d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pitch-detectors" -version = "0.5.2" +version = "0.6.0" authors = [ {name = "Alexander Rodionov", email = "tandav@tandav.me"}, ] @@ -65,7 +65,7 @@ exclude = ["data*"] # ============================================================================== [tool.bumpver] -current_version = "v0.5.2" +current_version = "v0.6.0" version_pattern = "vMAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true