fix: fix introspection module name
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2025-02-21 17:40:55 -06:00
parent 0ef14f17f3
commit 952e41cde6
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -1,3 +1,3 @@
from importlib.metadata import version
__version__ = version("kalpa")
__version__ = version("kalpaa")