Skip to content

Commit

Permalink
export __git_commit__
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 6, 2024
1 parent 064ab96 commit 47725c4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pynvjitlink/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Copyright (c) 2023-2024, NVIDIA CORPORATION.

from pynvjitlink.api import NvJitLinker, NvJitLinkError
from pynvjitlink._version import __version__
from pynvjitlink._version import __git_commit__, __version__

__all__ = ["NvJitLinker", "NvJitLinkError", "__version__"]
__all__ = [
"__git_commit__",
"NvJitLinker",
"NvJitLinkError",
"__version__",
]

0 comments on commit 47725c4

Please sign in to comment.