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