Skip to content

Commit

Permalink
Bump to 4.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Jan 9, 2024
1 parent 6355926 commit 0d6a0fa
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.18'
__version__ = '4.0.19'
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.18"
version = "4.0.19"
description = "A graphical experiment builder for the social sciences"
authors = ["Sebastiaan Mathôt <[email protected]>"]
readme = "readme.md"
Expand Down

0 comments on commit 0d6a0fa

Please sign in to comment.