2025-01-30 21:33:34 -08:00

7 lines
79 B
Python

"""
Expose version
"""
__version__ = "3.8.3"
VERSION = __version__.split(".")