From 10c9db6734b12987eb4f966ab403d988ce342f27 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Wed, 11 Dec 2024 17:52:24 -0800 Subject: [PATCH] bump version to v0.1.1 --- cuda_core/cuda/core/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_core/cuda/core/_version.py b/cuda_core/cuda/core/_version.py index 11d772f4..12007cf3 100644 --- a/cuda_core/cuda/core/_version.py +++ b/cuda_core/cuda/core/_version.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE -__version__ = "0.1.0" +__version__ = "0.1.1"