Skip to content

Commit

Permalink
bump version v0.7.6dev2 -> v0.7.6rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAcoustics committed Nov 6, 2024
1 parent 5b5db3a commit 0e0429f
Showing 1 changed file with 2 additions and 2 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 = "soundscapy"
version = "0.7.6dev2"
version = "0.7.6rc0"
description = "A python library for analysing and visualising soundscape assessments."
authors = [
{ name = "Andrew Mitchell", email = "[email protected]" }
Expand Down Expand Up @@ -121,7 +121,7 @@ exclude = [
]

[tool.bumpver]
current_version = "v0.7.6dev2"
current_version = "v0.7.6rc0"
version_pattern = "vMAJOR.MINOR.PATCH[[-]PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 0e0429f

Please sign in to comment.