6 lines
156 B
Python
6 lines
156 B
Python
|
# Device reference. This value should never be changed
|
||
|
DEV_REFERENCE = "PyDev"
|
||
|
|
||
|
# Current device version. Must follow semver semantic
|
||
|
DEV_VERSION = "0.0.1"
|