Skip to content

Commit

Permalink
Bump to 4.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Dec 22, 2023
1 parent 34f8dcf commit 5514425
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.15'
__version__ = '4.0.16'
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 5514425

Please sign in to comment.