Skip to content

Commit bfcd209

Browse files
authored
Merge pull request #4 from zurk/master
Downgrade auditwheel to 1.4
2 parents 37f31d3 + b505c9f commit bfcd209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66

77
_install: &_install
88
- . .travis.install
9-
- pip install numpy auditwheel==1.5 setuptools twine
9+
- pip install numpy auditwheel==1.4 setuptools twine
1010
- python3 setup.py bdist_wheel
1111
- auditwheel repair -w dist dist/*
1212

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def is_pure(self):
4646
setup(
4747
name="libMHCUDA",
4848
description="Accelerated Weighted MinHash-ing on GPU",
49-
version="2.0.2",
49+
version="2.0.3",
5050
license="Apache Software License",
5151
author="Vadim Markovtsev",
5252
author_email="[email protected]",

0 commit comments

Comments
 (0)