From 585304191430dd50ba71af083816406b8b84d19a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 6 Oct 2023 10:32:15 -0500 Subject: [PATCH] Bump version to 2023.1.3 --- pyopencl/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyopencl/version.py b/pyopencl/version.py index c6983478a..d896f642a 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2023, 1, 2) +VERSION = (2023, 1, 3) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS