freetar
freetar copied to clipboard
Don't crash when the package version is unknown
When running the module directly from command line without a python package, importlib doesn't know the package version and this causes freetar to crash.
This commit assumes "development" as the version if a version is not available, instead of crashing.