2025-01-20 01:42:54 -08:00

7 lines
79 B
Python

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