diff --git a/pyopencl/version.py b/pyopencl/version.py index e62b84cd7f32f84b7a20776298e2a607baedf3f2..63d4f9f960c4753ea779567bc1b267e9844d8e19 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,5 +1,4 @@ -VERSION = (2013, 1) +VERSION = (2013, 2) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS -