tutor-xqueue/tutorxqueue/__about__.py
jfavellar90 84ceed2f92 v16.0.2
2023-11-14 18:03:59 -05:00

9 lines
209 B
Python

__version__ = "16.0.2"
__package_version__ = __version__
# Handle version suffix for nightly, just like tutor core.
__version_suffix__ = ""
if __version_suffix__:
__version__ += "-" + __version_suffix__