diff --git a/README.rst b/README.rst index 33e52774ebf6512f7d179bc3475857addb5e93aa..2f457c62a17cbac443fb4f15452529a31f4fde57 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 cce4332fa693dc66686f9a61f4d85bb1a2692d2e..2d917d29fc041929fe4c94362fd212f13cafc685 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 -