Skip to content

Commit

Permalink
Bump to 3.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Sep 3, 2021
1 parent 6a75009 commit b28b284
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 @@ -21,7 +21,7 @@
from distutils.version import StrictVersion
import sys

__version__ = u'3.3.10a14'
__version__ = u'3.3.10'
strict_version = StrictVersion(__version__)
# The version without the prerelease (if any): e.g. 3.0.0
main_version = u'.'.join([str(i) for i in strict_version.version])
Expand Down

0 comments on commit b28b284

Please sign in to comment.