Files
2024-10-17 21:44:01 +02:00

7 lines
79 B
Python

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