diff --git a/libopensesame/metadata.py b/libopensesame/metadata.py index f09d9688a..58b35b214 100644 --- a/libopensesame/metadata.py +++ b/libopensesame/metadata.py @@ -20,7 +20,7 @@ from distutils.version import StrictVersion import sys -__version__ = '4.0.23' +__version__ = '4.0.24' strict_version = StrictVersion(__version__) # The version without the prerelease (if any): e.g. 3.0.0 main_version = '.'.join([str(i) for i in strict_version.version]) diff --git a/pyproject.toml b/pyproject.toml index 2d5b0de3e..1778d0041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opensesame-core" -version = "4.0.23" +version = "4.0.24" description = "A graphical experiment builder for the social sciences" authors = ["Sebastiaan Mathôt "] readme = "readme.md"