From 82f827cbb7aa9a90e3965447a6d862e90534c5fa Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 3 Jan 2024 10:52:03 -0600 Subject: [PATCH] Bump version to 2024.1 --- pycuda/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycuda/__init__.py b/pycuda/__init__.py index 193400a6..60918d99 100644 --- a/pycuda/__init__.py +++ b/pycuda/__init__.py @@ -1,3 +1,3 @@ -VERSION = (2023, 1) +VERSION = (2024, 1) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS