Files
2022-09-08 17:49:19 -05:00

7 lines
80 B
Python

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