From fe7a61ba893bff8ffc7a02b815171f8ed437a948 Mon Sep 17 00:00:00 2001 From: olivier friard Date: Fri, 23 Aug 2024 17:09:37 +0200 Subject: [PATCH] new wheel --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f239d55..83ac64e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boris-behav-obs" -version = "8.27.6" +version = "8.27.7" 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.6" +current_version = "8.27.7" version_pattern = "MAJOR.MINOR.PATCH"