6 lines
80 B
Python
6 lines
80 B
Python
VERSION_MAJOR = 0
|
|
VERSION_MINOR = 1
|
|
VERSION_REVISION = 0
|
|
|
|
__version__ = "0.1.0"
|