Skip to content

Commit b505c9f

Browse files
committed
Downgrade auditwheel to 1.4
Signed-off-by: Konstantin Slavnov [email protected]
1 parent 37f31d3 commit b505c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)