diff --git a/pyproject.toml b/pyproject.toml index e80d90d..d373f21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "a.j.mitchell@ucl.ac.uk" } @@ -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}"