Skip to content

Commit

Permalink
Merge pull request #307 from vzhurba01/remove-versioneer
Browse files Browse the repository at this point in the history
Remove versioneer to instead manually bump version
  • Loading branch information
vzhurba01 authored Dec 17, 2024
2 parents eeda1ab + bfa2bc6 commit 72f8dac
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 696 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 @@
from . import _version
# 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.

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

0 comments on commit 72f8dac

Please sign in to comment.