From 2c12619004ab51132ba6bceb06137f978fe5827a Mon Sep 17 00:00:00 2001 From: Todd Parsons Date: Fri, 10 May 2024 10:22:47 +0100 Subject: [PATCH] SYS: Bump version 0.0.5 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b1f48e..a1da9f2 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.4" +version = "0.0.5" # a brief description of what your plugin does description = "Tutorial on how to create a plugin component for both PsychoPy and PsychoJS" # link to the README.md file for a longer description of the project @@ -73,4 +73,4 @@ example = "psychopy_plugin_template.icons.example" [tool.setuptools.packages.find] # any folders to ignore when building the Python package for this plugin -exclude = ["docs*", "docs_src*", "tests*"] \ No newline at end of file +exclude = ["docs*", "docs_src*", "tests*"]