mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 20:34:30 +00:00
9 lines
113 B
Python
9 lines
113 B
Python
"""Louie version information."""
|
|
|
|
|
|
NAME = 'Louie'
|
|
DESCRIPTION = 'Signal dispatching mechanism'
|
|
VERSION = '1.1'
|
|
|
|
|