From b44e2cb90a1c16e7c3401e47abf8cbc0431a5361 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Thu, 24 Oct 2024 23:54:30 -0700 Subject: [PATCH] Release 0.4.0 (#110) * Fix building tests in multi-gpu environment (#98) * Change cmake.verbose = true to build.verbose = true (#99) * Use build-system.requires to set scikit-build-core minimum version (#100) * Set CUDA version in one file (and use everywhere else) (#101) * Drop Python 3.9 support (#102) * Use CI workflow branch 'branch-24.10' again (#105) * Use conda strict channel priority. (#109) * Update to CUDA 12.6 (#97) --- pynvjitlink/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynvjitlink/VERSION b/pynvjitlink/VERSION index 0d91a54..1d0ba9e 100644 --- a/pynvjitlink/VERSION +++ b/pynvjitlink/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0