From ebfb5ef6a08121999070a8968c7d2899fd1c5238 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 18 Dec 2025 08:03:38 -0500 Subject: [PATCH] Bump version to 12.9.6 --- 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 c3bd50f87a..5da24bdcfb 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__ = "12.9.5" +__version__ = "12.9.6"