Skip to content

Commit

Permalink
bump version v0.5.1 -> v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tandav committed Apr 7, 2023
1 parent 1bbdf37 commit 56d3f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pitch_detectors/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.1'
__version__ = '0.5.2'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pitch-detectors"
version = "0.5.1"
version = "0.5.2"
authors = [
{name = "Alexander Rodionov", email = "[email protected]"},
]
Expand Down Expand Up @@ -67,7 +67,7 @@ exclude = ["data*"]
# ==============================================================================

[tool.bumpver]
current_version = "v0.5.1"
current_version = "v0.5.2"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 56d3f9a

Please sign in to comment.