Skip to content

Commit

Permalink
Merge pull request #355 from leofang/backport-307-to-11.8.x
Browse files Browse the repository at this point in the history
[Backport] Remove `versioneer`
  • Loading branch information
vzhurba01 authored Jan 10, 2025
2 parents a20f0f4 + 5e6c751 commit 1f01b00
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 697 deletions.
10 changes: 8 additions & 2 deletions cuda_bindings/cuda/bindings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2024 NVIDIA Corporation. All rights reserved.
#
# Please refer to the NVIDIA end user license agreement (EULA) associated
# with this source code for terms and conditions that govern your use of
# this software. Any use, reproduction, disclosure, or distribution of
# this software and related documentation outside the terms of the EULA
# is strictly prohibited.

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

0 comments on commit 1f01b00

Please sign in to comment.