From 62bbf049abe20b52938f9b3bba4486fe31264ae8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 20 Dec 2022 15:01:01 -0600 Subject: [PATCH] Bump version to 2022.2.1 --- pycuda/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycuda/__init__.py b/pycuda/__init__.py index 41bb1ecc..c2159222 100644 --- a/pycuda/__init__.py +++ b/pycuda/__init__.py @@ -1,3 +1,3 @@ -VERSION = (2022, 2) +VERSION = (2022, 2, 1) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS