From fc10a4baca150811361a0147cd748008acc3cfca Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 18 Feb 2018 20:19:19 +0100 Subject: Set initial pyclblast to be version 1.0.0 --- src/pyclblast/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pyclblast/setup.py b/src/pyclblast/setup.py index d5916e06..b6b95d1a 100644 --- a/src/pyclblast/setup.py +++ b/src/pyclblast/setup.py @@ -22,10 +22,10 @@ ext_modules.append( setup( name="pyclblast", - version="1.3.0", + version="1.0.0", author="Cedric Nugteren", author_email="web@cedricnugteren.nl", - url="https://github.com/cnugteren/clblast", + url="https://github.com/CNugteren/CLBlast/blob/master/src/pyclblast", description="Python bindings for CLBlast, the tuned OpenCL BLAS library", license="Apache Software License", requires=["numpy", "pyopencl", "cython"], -- cgit v1.2.3