Skip to content

Commit

Permalink
Bump to 4.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Feb 12, 2024
1 parent 0a8c582 commit 608f68a
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.21'
__version__ = '4.0.22'
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.21"
version = "4.0.22"
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 608f68a

Please sign in to comment.