Files
2024-10-30 22:14:35 +01:00

7 lines
79 B
Python

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