Spaces:
Sleeping
Sleeping
File size: 69 Bytes
c9b5796 |
1 2 3 4 |
VERSION = (0, 3, "4dev0")
__version__ = ".".join(map(str, VERSION))
|