6 lines
68 B
Python
6 lines
68 B
Python
MAJOR = 0
|
|
MINOR = 1
|
|
PATCH = 2
|
|
|
|
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
|