Skip to content

Commit

Permalink
prepare for v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiashuai committed Nov 17, 2019
1 parent 022de7c commit fb649e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ script:
- ./scripts/build_cputest.sh
deploy:
provider: releases
api_key: ${GITHUB_API_TOKEN}
token: ${GITHUB_API_TOKEN}
file: "python/dist/*"
file_glob: true
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def finalize_options(self):
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" + os.environ['BUILD_TAG'],
version="0.3.3",
version="0.3.4",
packages=["thundersvm"],
package_dir={"python": "thundersvm"},
description="A Fast SVM Library on GPUs and CPUs",
Expand Down

0 comments on commit fb649e7

Please sign in to comment.