From e4122c771009cf1a2912c3b58c446fc51afd0116 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 21 Nov 2022 12:55:44 -0600 Subject: [PATCH] Bump version to 2022.2 --- pycuda/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycuda/__init__.py b/pycuda/__init__.py index fb2006e2..41bb1ecc 100644 --- a/pycuda/__init__.py +++ b/pycuda/__init__.py @@ -1,3 +1,3 @@ -VERSION = (2022, 1) +VERSION = (2022, 2) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS