From ad1b26f31f74cd7d6bf18204b1b7e29c3ed5e4ef Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 29 May 2014 00:10:13 -0500 Subject: [PATCH] Bump version --- README.rst | 2 +- pyopencl/version.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 33e52774..2f457c62 100644 --- a/README.rst +++ b/README.rst @@ -40,5 +40,5 @@ Places on the web related to PyOpenCL: :target: http://pypi.python.org/pypi/pyopencl * `C. Gohlke's Windows binaries `_ (download Windows binaries) * `Github `_ (get latest source code, file bugs) -* `Documentation `_ (read how things work) +* `Documentation `_ (read how things work) * `Wiki `_ (read installation tips, get examples, read FAQ) diff --git a/pyopencl/version.py b/pyopencl/version.py index cce4332f..2d917d29 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,4 +1,3 @@ -VERSION = (2013, 3) +VERSION = (2014, 1) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS - -- GitLab