diff --git a/pyopencl/version.py b/pyopencl/version.py index 881695f66ef986c6284307d418814dd17b1f674e..10d282a5a44d55809e2f81f6e4a3fffa0d5896f5 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2021, 2, 6) +VERSION = (2021, 2, 7) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS