diff --git a/pycuda/__init__.py b/pycuda/__init__.py index 41bb1ecc..c2159222 100644 --- a/pycuda/__init__.py +++ b/pycuda/__init__.py @@ -1,3 +1,3 @@ -VERSION = (2022, 2) +VERSION = (2022, 2, 1) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS