From 25fe07e8895de71f9e14c867e27bf727aa77b634 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Tue, 21 Oct 2025 14:03:19 +0000 Subject: [PATCH] bump to 12.9.4 --- 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 41ff260a11..4f88676932 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.3" +__version__ = "12.9.4"