Files
2024-09-29 01:39:40 -04:00

7 lines
79 B
Python

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