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