From 166d3f9d164b2b9c1f6a79da77b4b72e9da9e42f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 12 Oct 2023 15:06:36 -0500 Subject: [PATCH] Bump version to 2023.1.4 --- pyopencl/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyopencl/version.py b/pyopencl/version.py index d896f642a..d0093ae93 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2023, 1, 3) +VERSION = (2023, 1, 4) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS