Skip to content

Commit 1d32093

Browse files
committed
new version
1 parent e24d378 commit 1d32093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if not path.exists(path.join(dirname, "thundersvm", path.basename(lib_path))):
1919
copyfile(lib_path, path.join(dirname, "thundersvm", path.basename(lib_path)))
2020
setuptools.setup(name="thundersvm",
21-
version="0.0.2",
21+
version="0.3.3",
2222
packages=["thundersvm"],
2323
package_dir={"python": "thundersvm"},
2424
description="A Fast SVM Library on GPUs and CPUs",

0 commit comments

Comments
 (0)