PyRunner / pyrunner /version.py
Akoda35's picture
Upload 7 files
12a8d6a verified
Raw
History Blame Contribute Delete
174 Bytes
"""
PyRunner version information.
"""
__version__ = "1.8.2"
VERSION = __version__
def get_version():
"""Return the current PyRunner version."""
return __version__