6 lines
79 B
Python
6 lines
79 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "3.3.2"
|
|
VERSION = __version__.split(".")
|