7 lines
79 B
Python
Raw Normal View History

2024-06-30 18:30:38 -07:00
"""
Expose version
"""
__version__ = "3.3.2"
VERSION = __version__.split(".")