diff --git a/pyopencl/version.py b/pyopencl/version.py index 9054105563c6fbecf10aec7f288d4a3377b558b7..d4fcac4f02bc187500d3201aa42c24007692df83 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2022, 1, 5) +VERSION = (2022, 1, 6) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS