Skip to content

Commit

Permalink
Update __init__ with new version call
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhurba01 committed Dec 16, 2024
1 parent 0dd741e commit e58e2f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cuda_bindings/cuda/bindings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
from . import _version

__version__ = _version.get_versions()["version"]
from cuda.bindings._version import __version__

0 comments on commit e58e2f4

Please sign in to comment.