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