6 lines
64 B
Python
6 lines
64 B
Python
"""
|
|
This module defines the version.
|
|
"""
|
|
|
|
__version__ = "1.0.3"
|