Files
2024-12-21 01:23:20 +05:30

7 lines
79 B
Python

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