Skip to content

Commit

Permalink
SYS: Bump version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons authored May 10, 2024
1 parent 45901d1 commit 2c12619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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*"]
exclude = ["docs*", "docs_src*", "tests*"]

0 comments on commit 2c12619

Please sign in to comment.