Fix version, prepare for future release
Created by: juga0
setup.py
was using old global, source distribution would not automatically detect it.
--version
should return only the version, other tools as packaging ones depend on that, the name of the software itself is already returned in --help
.
When this PR is merged, it would be great to actually tag actually the commit as v0.1.0
(better signed), so we have already a release (though not 1.0.0 yet) from which start packaging.