Skip to content

Commit 72f8dac

Browse files
authored
Merge pull request #307 from vzhurba01/remove-versioneer
Remove versioneer to instead manually bump version
2 parents eeda1ab + bfa2bc6 commit 72f8dac

File tree

4 files changed

+20
-696
lines changed

4 files changed

+20
-696
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
from . import _version
1+
# Copyright 2024 NVIDIA Corporation. All rights reserved.
2+
#
3+
# Please refer to the NVIDIA end user license agreement (EULA) associated
4+
# with this source code for terms and conditions that govern your use of
5+
# this software. Any use, reproduction, disclosure, or distribution of
6+
# this software and related documentation outside the terms of the EULA
7+
# is strictly prohibited.
28

3-
__version__ = _version.get_versions()["version"]
9+
from cuda.bindings._version import __version__

0 commit comments

Comments
 (0)