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