From b521ccf26a35c98e8cef68c6f38248d43d77d67f Mon Sep 17 00:00:00 2001 From: Olivier Friard Date: Thu, 7 Nov 2024 17:17:26 +0100 Subject: [PATCH] new wheel --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c3af69f..cc0ee7f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boris-behav-obs" -version = "8.28.1" +version = "8.28.2" 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.28.1" +current_version = "8.28.2" version_pattern = "MAJOR.MINOR.PATCH"