Parses a PEP440 version. WARNING: This is a greedy regex and it might catch strings you don't expect it to, any number triggers it.
PEP440 documentation: https://www.python.org/dev/peps/pep-0440/