From 3e35c9babf4a92c65b98e703b4aa480232129093 Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Wed, 18 Dec 2024 09:57:30 +0000 Subject: [PATCH] Bump version to 0.1.0 This increments the minor version rather than the patch version. From now on, each new release will generally increment the minor version, so that patch releases are possible for minor versions without introducing a fourth version number component, as we had to do with v0.0.17.1 (because cuDF was pinned to numba-cuda < 0.0.18). --- numba_cuda/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numba_cuda/VERSION b/numba_cuda/VERSION index 236c7ad..6e8bf73 100644 --- a/numba_cuda/VERSION +++ b/numba_cuda/VERSION @@ -1 +1 @@ -0.0.21 +0.1.0