From 48884bb030f0f36d9caa37a16301c757e37666d7 Mon Sep 17 00:00:00 2001 From: Olivier Friard Date: Fri, 29 Mar 2024 16:14:43 +0100 Subject: [PATCH] new wheel --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f9cf53c..f7b139ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ [project] name = "boris-behav-obs" # BEGIN_OUTPUT TAG=version -version = "8.24.2" +version = "8.24.3" # END_OUTPUT description = "BORIS - Behavioral Observation Research Interactive Software" authors = [{ name="Olivier Friard", email="olivier.friard@unito.it" }] @@ -71,7 +71,7 @@ exclude = ["*_ui.py", "mpv*"] [tool.bumpver] # BEGIN_OUTPUT TAG=current_version -current_version = "8.24.2" +current_version = "8.24.3" # END_OUTPUT version_pattern = "MAJOR.MINOR.PATCH"