From ae82ecb3f56b4ed17cb9cb37c8c76b0051f34ef8 Mon Sep 17 00:00:00 2001 From: Olivier Friard Date: Fri, 3 Nov 2023 13:21:00 +0100 Subject: [PATCH] new wheel --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 549a40dc..868c6f94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ [project] name = "boris-behav-obs" # BEGIN_OUTPUT TAG=version -version = "8.21.8" +version = "8.21.9" # END_OUTPUT description = "BORIS - Behavioral Observation Research Interactive Software" authors = [{ name="Olivier Friard", email="olivier.friard@unito.it" }] @@ -70,7 +70,7 @@ exclude = ["*_ui.py", "mpv*"] [tool.bumpver] # BEGIN_OUTPUT TAG=current_version -current_version = "8.21.8" +current_version = "8.21.9" # END_OUTPUT version_pattern = "MAJOR.MINOR.PATCH"