See More

# Contains information such as version, author etc __title__ = 'testpython' __version__ = '0.0.2' __author__ = 'KlutzyBubbles' __version_info__ = tuple(int(i) for i in __version__.split('.')) # Possible value for knowing what branch it is or who is to blame for the version you are running __blame__ = ''