From 2b88c7b8b4cf5375a1f3d4664fdc39b65de0ac61 Mon Sep 17 00:00:00 2001 From: Todd OST Date: Thu, 25 Apr 2024 17:29:12 +0100 Subject: [PATCH] SYS: Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cb9802..c363408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # the name of your plugin (required) name = "psychopy-plugin-template" # the current version of the plugin (required) -version = "0.0.2" +version = "0.0.3" # a brief description of what your plugin does description = "Tutorial on how to create a plugin component for both PsychoPy and PsychoJS" # contact information for yourself and anyone else who worked on the plugin