Skip to content

Commit 5179cdb

Browse files
committed
Bump to 4.0.34
1 parent 0918462 commit 5179cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libopensesame/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.version import StrictVersion
2121
import sys
2222

23-
__version__ = '4.0.33'
23+
__version__ = '4.0.34'
2424
strict_version = StrictVersion(__version__)
2525
# The version without the prerelease (if any): e.g. 3.0.0
2626
main_version = '.'.join([str(i) for i in strict_version.version])

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "opensesame-core"
3-
version = "4.0.32"
3+
version = "4.0.34"
44
description = "A graphical experiment builder for the social sciences"
55
authors = ["Sebastiaan Mathôt <s.mathot@cogsci.nl>"]
66
readme = "readme.md"

0 commit comments

Comments
 (0)