Skip to content

Commit 7a1e95d

Browse files
committed
bump version v0.6.0 -> v0.7.0
1 parent 1752915 commit 7a1e95d

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.5.2'
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.5.2"
3+
version = "0.7.0"
44
authors = [
55
{name = "Alexander Rodionov", email = "[email protected]"},
66
]
@@ -65,7 +65,7 @@ exclude = ["data*"]
6565
# ==============================================================================
6666

6767
[tool.bumpver]
68-
current_version = "v0.5.2"
68+
current_version = "v0.7.0"
6969
version_pattern = "vMAJOR.MINOR.PATCH"
7070
commit_message = "bump version {old_version} -> {new_version}"
7171
commit = true

0 commit comments

Comments
 (0)