From 50fc865fee696f97a291d9717458781fe0d7fd9f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 11 Aug 2019 23:14:57 -0500 Subject: [PATCH] Bump version --- pycuda/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycuda/__init__.py b/pycuda/__init__.py index c2884360..48e5f894 100644 --- a/pycuda/__init__.py +++ b/pycuda/__init__.py @@ -1,3 +1,3 @@ -VERSION = (2019, 1, 1) +VERSION = (2019, 1, 2) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS