tale crashes at startup when the version string contains other stuff than just integers
File "D:\PROJECTS\Tale\tale\driver.py", line 122, in <genexpr>
return tuple(int(n) for n in v_str.split('.'))
ValueError: invalid literal for int() with base 10: '5-dev'
tale crashes at startup when the version string contains other stuff than just integers