Skip to content

Commit

Permalink
Bump to 4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Nov 6, 2023
1 parent f7e53e0 commit 74cfce3
Showing 1 changed file with 1 addition and 1 deletion.
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.10'
__version__ = '4.0.11'
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

0 comments on commit 74cfce3

Please sign in to comment.