Skip to content

Commit

Permalink
Bump to 4.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed May 10, 2024
1 parent db9847b commit 6e48e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libopensesame/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from distutils.version import StrictVersion
import sys

__version__ = '4.0.26'
__version__ = '4.0.27'
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])
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opensesame-core"
version = "4.0.26"
version = "4.0.27"
description = "A graphical experiment builder for the social sciences"
authors = ["Sebastiaan Mathôt <s.mathot@cogsci.nl>"]
readme = "readme.md"
Expand Down

0 comments on commit 6e48e23

Please sign in to comment.