From 96aab3f4762eb90d9b32c04bbe88bd3aefdc5cc8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 30 Jul 2024 08:52:24 -0500 Subject: [PATCH] Bump version to 2024.1.2 --- pycuda/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycuda/__init__.py b/pycuda/__init__.py index f934cb3a..f9427d7e 100644 --- a/pycuda/__init__.py +++ b/pycuda/__init__.py @@ -1,3 +1,3 @@ -VERSION = (2024, 1, 1) +VERSION = (2024, 1, 2) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS