Skip to content

Commit

Permalink
Expose version_info
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Feb 25, 2024
1 parent 882da27 commit 45036bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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]]:
Expand Down

0 comments on commit 45036bd

Please sign in to comment.