diff --git a/scvelo/logging/_logging.py b/scvelo/logging/_logging.py index a6def852..f0399cab 100644 --- a/scvelo/logging/_logging.py +++ b/scvelo/logging/_logging.py @@ -184,7 +184,7 @@ def run(self): # TODO: Add docstrings def print_version(): """TODO.""" - from . import __version__ + from scvelo import __version__ _write_log( f"Running scvelo {__version__} "