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