All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
4 lines
72 B
Python
4 lines
72 B
Python
from importlib.metadata import version
|
|
|
|
__version__ = version("kalpaa")
|