Spaces:
Runtime error
Runtime error
File size: 63 Bytes
2c448c3 |
1 2 3 4 |
VERSION = (1, 0, 0)
__version__ = '.'.join(map(str, VERSION))
|