Skip to content

Commit

Permalink
bump version v2.5.0 -> v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tandav committed Sep 12, 2024
1 parent f71f34c commit ea90931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "musiclib"
version = "2.5.0"
version = "2.5.1"
authors = [
{name = "Alexander Rodionov", email = "[email protected]"},
]
Expand Down Expand Up @@ -51,7 +51,7 @@ build-backend = "setuptools.build_meta"
# ==============================================================================

[tool.bumpver]
current_version = "v2.5.0"
current_version = "v2.5.1"
version_pattern = "vMAJOR.MINOR.PATCH[-TAG]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/musiclib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.5.0'
__version__ = '2.5.1'

0 comments on commit ea90931

Please sign in to comment.