5 lines
60 B
Python
5 lines
60 B
Python
"""
|
|
Version of the whole project.
|
|
"""
|
|
__version__ = "1.0.0"
|
"""
|
|
Version of the whole project.
|
|
"""
|
|
__version__ = "1.0.0"
|