diff --git a/pyproject.toml b/pyproject.toml index ffbe09c8..26c16d39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boris-behav-obs" -version = "8.27.2" +version = "8.27.3" description = "BORIS - Behavioral Observation Research Interactive Software" authors = [{ name="Olivier Friard", email="olivier.friard@unito.it" }] readme = "README.rst" @@ -58,7 +58,7 @@ line-length = 140 exclude = ["*_ui.py", "mpv*"] [tool.bumpver] -current_version = "8.27.2" +current_version = "8.27.3" version_pattern = "MAJOR.MINOR.PATCH"