def normalized_version(self): """ Return a PEP 440 compatible version. :rtype: str """ return str(PackageVersion(self._version))