From 5859d646a8627c89aa1127525ab2d3a32240a7db Mon Sep 17 00:00:00 2001 From: smathot Date: Wed, 29 Nov 2023 11:07:01 +0100 Subject: [PATCH] Bump to 4.0.15 --- libopensesame/metadata.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libopensesame/metadata.py b/libopensesame/metadata.py index 788d0e3d8..a39e4359f 100644 --- a/libopensesame/metadata.py +++ b/libopensesame/metadata.py @@ -20,7 +20,7 @@ from distutils.version import StrictVersion import sys -__version__ = '4.0.14' +__version__ = '4.0.15' 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 5314784d6..3dcaef3ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opensesame-core" -version = "4.0.14" +version = "4.0.15" description = "A graphical experiment builder for the social sciences" authors = ["Sebastiaan Mathôt "] readme = "readme.md"