mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 16:22:45 +00:00
3 lines
149 B
Python
Executable file
3 lines
149 B
Python
Executable file
version_info = (2, 0, 0, 'rc', 2)
|
|
version = '.'.join(str(n) for n in version_info[:3])
|
|
release = version + ''.join(str(n) for n in version_info[3:])
|