8 lines
147 B
Python
8 lines
147 B
Python
|
"""Version info for the Benchmark Client."""
|
||
|
|
||
|
# Included in error reports.
|
||
|
version = '1.0-beta'
|
||
|
|
||
|
# Shown on the splash.
|
||
|
version_human = '1.0 Beta'
|