Skip to content

Commit 5cd013d

Browse files
committed
prepare for v0.3.4
1 parent 022de7c commit 5cd013d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ script:
5959
- ./scripts/build_cputest.sh
6060
deploy:
6161
provider: releases
62-
api_key: ${GITHUB_API_TOKEN}
62+
token: ${GITHUB_API_TOKEN}
63+
edge: true
6364
file: "python/dist/*"
6465
file_glob: true
6566
skip_cleanup: true

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def finalize_options(self):
2727
if not path.exists(path.join(dirname, "thundersvm", path.basename(lib_path))):
2828
copyfile(lib_path, path.join(dirname, "thundersvm", path.basename(lib_path)))
2929
setuptools.setup(name="thundersvm" + os.environ['BUILD_TAG'],
30-
version="0.3.3",
30+
version="0.3.4",
3131
packages=["thundersvm"],
3232
package_dir={"python": "thundersvm"},
3333
description="A Fast SVM Library on GPUs and CPUs",

0 commit comments

Comments
 (0)