From 4647c0897625b0e51a0ba402639b39c4468e66c1 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 13 Sep 2009 23:03:28 -0400 Subject: [PATCH] Bump version. (ah, what the heck) --- pyopencl/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyopencl/version.py b/pyopencl/version.py index 08821452..827bff09 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,5 +1,5 @@ VERSION = (0, 91) -VERSION_STATUS = "beta" +VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS -- GitLab