From 9024c58c5cf9b4b8e1c544ce75a0172e04deb040 Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Wed, 30 Oct 2024 15:34:44 +0100 Subject: [PATCH] bump to dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa660cb..054d5ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ maintainers = [ name = 'eyelink_track' readme = 'README.md' requires-python = '==3.10.*' -version = '0.4.0' +version = '0.5.0.dev0' [project.gui-scripts] eyelink_track-gui = 'eyelink_track.commands.gui:run'