From 5cb2e1a32f330c2984e2c1bf0579022494381ef1 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 10 Nov 2023 13:30:40 -0600 Subject: [PATCH] Bump version to 2023.1 --- pycuda/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycuda/__init__.py b/pycuda/__init__.py index dcd4b9ce..193400a6 100644 --- a/pycuda/__init__.py +++ b/pycuda/__init__.py @@ -1,3 +1,3 @@ -VERSION = (2022, 2, 2) +VERSION = (2023, 1) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS