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