We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1893b47 commit 71411ebCopy full SHA for 71411eb
opensesame_extensions/osweb/__init__.py
@@ -1,5 +1,5 @@
1
"""Extension to integrate OSWeb into OpenSesame"""
2
3
-__version__ = '2.0.3.0'
+__version__ = '2.0.4.0'
4
# The name of the package to check for updates on conda and pip
5
packages = ['opensesame-extension-osweb']
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opensesame-extension-osweb"
-version = "2.0.3.0"
+version = "2.0.4.0"
description = "Extensions and plugins for OpenSesame to run experiments in a browser using OSWeb"
authors = ["Sebastiaan Mathôt <[email protected]>"]
6
readme = "readme.md"
0 commit comments