Expose version_info (#7273)

This commit is contained in:
Jeremy Tuloup 2024-02-26 09:29:12 +01:00 committed by GitHub
parent 882da27432
commit f2ee4ba2c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ from __future__ import annotations
from typing import Any
from ._version import __version__ # noqa: F401
from ._version import __version__, version_info # noqa: F401
def _jupyter_server_extension_paths() -> list[dict[str, str]]: