6 lines
131 B
Python
6 lines
131 B
Python
from pathlib import Path
|
|
|
|
from single_source import get_version
|
|
|
|
__version__ = get_version(__name__, Path(__file__).parent.parent)
|