Skip to content

Commit

Permalink
update whl version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuyou-HIC committed May 6, 2019
1 parent 6e28da8 commit fde2324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if not path.exists(path.join(dirname, "thundersvm", path.basename(lib_path))):
copyfile(lib_path, path.join(dirname, "thundersvm", path.basename(lib_path)))
setuptools.setup(name="thundersvm",
version="0.0.2",
version="0.3.2",
packages=["thundersvm"],
package_dir={"python": "thundersvm"},
description="A Fast SVM Library on GPUs and CPUs",
Expand Down

0 comments on commit fde2324

Please sign in to comment.