""" PyRunner version information. """ __version__ = "1.8.2" VERSION = __version__ def get_version(): """Return the current PyRunner version.""" return __version__