We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1752915 commit 7a1e95dCopy full SHA for 7a1e95d
pitch_detectors/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.5.2'
+__version__ = '0.7.0'
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "pitch-detectors"
3
-version = "0.5.2"
+version = "0.7.0"
4
authors = [
5
{name = "Alexander Rodionov", email = "[email protected]"},
6
]
@@ -65,7 +65,7 @@ exclude = ["data*"]
65
# ==============================================================================
66
67
[tool.bumpver]
68
-current_version = "v0.5.2"
+current_version = "v0.7.0"
69
version_pattern = "vMAJOR.MINOR.PATCH"
70
commit_message = "bump version {old_version} -> {new_version}"
71
commit = true
0 commit comments