Files
2024-12-09 18:22:38 +09:00

7 lines
79 B
Python

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