From 6a5292139367ba9ae6f67000bae42d4763d80de3 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 21 Oct 2025 10:03:23 -0400 Subject: [PATCH] Update the version number in cuda_bindings --- cuda_bindings/cuda/bindings/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_bindings/cuda/bindings/_version.py b/cuda_bindings/cuda/bindings/_version.py index 84ffc67e518..366d8645c07 100644 --- a/cuda_bindings/cuda/bindings/_version.py +++ b/cuda_bindings/cuda/bindings/_version.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE -__version__ = "13.0.2" +__version__ = "13.0.3"