Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jam committed Aug 13, 2023
1 parent 769d615 commit d81ea99
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions opensesame_plugins/parallel_port_trigger_init/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Parallel Port Trigger - initializes the parallel port device.
version: 3.1.0
version: 3.2.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Parallel Port Trigger"
Expand Down Expand Up @@ -29,5 +29,5 @@ controls:
type: text
-
label: |
<small>Parallel Port Trigger version 3.1.0</small>
<small>Parallel Port Trigger version 3.2.0</small>
type: "text"
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from libqtopensesame.items.qtautoplugin import qtautoplugin
from libopensesame.exceptions import osexception

VERSION = u'3.1.0'
VERSION = u'3.2.0'


class parallel_port_trigger_init(item):
Expand Down
4 changes: 2 additions & 2 deletions opensesame_plugins/parallel_port_trigger_send/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Parallel Port Trigger - send trigger.
version: 3.1.0
version: 3.2.0
author: "Bob Rosbag"
url: "http://osdoc.cogsci.nl/"
category: "Parallel Port Trigger"
Expand Down Expand Up @@ -29,5 +29,5 @@ controls:
type: text
-
label: |
<small>Parallel Port Trigger version 3.1.0</small>
<small>Parallel Port Trigger version 3.2.0</small>
type: "text"
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from libopensesame.exceptions import osexception
from openexp.keyboard import keyboard

VERSION = u'3.1.0'
VERSION = u'3.2.0'


class parallel_port_trigger_send(item):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_readme():

setup(
name='opensesame-plugin-parallel_port_trigger',
version='3.1.0',
version='3.2.0',
description='An OpenSesame Plug-in for sending stimulus synchronization triggers through the parallel port to data acquisition systems.',
long_description=get_readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit d81ea99

Please sign in to comment.