Set initial pyclblast to be version 1.0.0

pull/247/head
Cedric Nugteren 2018-02-18 20:19:19 +01:00
parent c3a3976b7d
commit fc10a4baca
2 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@ -4,4 +4,6 @@ stash
*.pyc
database.json
database_best.json
cl.hpp
cl.hpp
src/pyclblast/dist
*.egg-info

View File

@ -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"],