jgo
jgo copied to clipboard
Version string
Makes version available inside jgo python module and adds --version command line option
This is almost good to merge, except for: do we want dev versions to be named x.y.z.dev0? or x.y.zdev0?
And we need to add --version for the bash script.
@ctrueden I was wrong about the versioning scheme yesterday, there is a dot before the dev0:
[N!]N(.N)*[{a|b|rc}N][.postN][.devN]
No dot before alpha, beta, or release candidate https://www.python.org/dev/peps/pep-0440/#public-version-identifiers