7 lines
79 B
Python
7 lines
79 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "2.1.1"
|
|
VERSION = __version__.split(".")
|