mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
3 lines
77 B
Python
3 lines
77 B
Python
version_info = (2, 2, 'dev0')
|
|
__version__ = '.'.join(map(str, version_info))
|