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 0918462 commit 5179cdbCopy full SHA for 5179cdb
libopensesame/metadata.py
@@ -20,7 +20,7 @@
20
from distutils.version import StrictVersion
21
import sys
22
23
-__version__ = '4.0.33'
+__version__ = '4.0.34'
24
strict_version = StrictVersion(__version__)
25
# The version without the prerelease (if any): e.g. 3.0.0
26
main_version = '.'.join([str(i) for i in strict_version.version])
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "opensesame-core"
3
-version = "4.0.32"
+version = "4.0.34"
4
description = "A graphical experiment builder for the social sciences"
5
authors = ["Sebastiaan Mathôt <s.mathot@cogsci.nl>"]
6
readme = "readme.md"
0 commit comments