From 689094815cafbc9d64d39c7de28d1903a0ec8feb Mon Sep 17 00:00:00 2001 From: Olivier Friard Date: Tue, 4 Jun 2024 18:03:00 +0200 Subject: [PATCH] new wheel --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90e38262..baaf1fe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boris-behav-obs" -version = "8.25.4" +version = "8.26" 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.25.4" +current_version = "8.26" version_pattern = "MAJOR.MINOR.PATCH"