Edit file File name : _version.py Content :__version_info__ = (0, 7, 12) __version__ = ".".join(map(str, __version_info__)) Save