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