Skip to content

Commit fbf7b4f

Browse files
committed
bump version v0.6.0 -> v0.7.0
1 parent 67738e7 commit fbf7b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pitch_detectors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.0'
1+
__version__ = '0.7.0'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pitch-detectors"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = [
55
{name = "Alexander Rodionov", email = "[email protected]"},
66
]
@@ -71,7 +71,7 @@ exclude = ["data*"]
7171
# ==============================================================================
7272

7373
[tool.bumpver]
74-
current_version = "v0.6.0"
74+
current_version = "v0.7.0"
7575
version_pattern = "vMAJOR.MINOR.PATCH"
7676
commit_message = "bump version {old_version} -> {new_version}"
7777
commit = true

0 commit comments

Comments
 (0)