Skip to content

Commit 37f31d3

Browse files
committed
Bump the version
Signed-off-by: Vadim Markovtsev <[email protected]>
1 parent cfba7fd commit 37f31d3

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.travis.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ _install: &_install
88
- . .travis.install
99
- pip install numpy auditwheel==1.5 setuptools twine
1010
- python3 setup.py bdist_wheel
11+
- auditwheel repair -w dist dist/*
1112

1213
_deploy: &_deploy
1314
provider: script
14-
script:
15-
- auditwheel repair -w dist dist/*
16-
- twine upload dist/*manylinux* -u $PYPI_LOGIN -p $PYPI_PASS
15+
script: twine upload dist/*manylinux* -u $PYPI_LOGIN -p $PYPI_PASS
1716
skip_cleanup: true
1817
on:
1918
tags: true
@@ -32,14 +31,7 @@ matrix:
3231
python: 3.4
3332
install: *_install
3433
script: skip
35-
deploy:
36-
provider: script
37-
script:
38-
- auditwheel repair -w dist dist/*
39-
- twine upload dist/*manylinux* -u $PYPI_LOGIN -p $PYPI_PASS
40-
skip_cleanup: true
41-
on:
42-
tags: true
34+
deploy: *_deploy
4335
- language: python
4436
python: 3.5
4537
install: *_install
@@ -53,4 +45,4 @@ matrix:
5345

5446

5547
notifications:
56-
email: false
48+
email: false

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.1",
49+
version="2.0.2",
5050
license="Apache Software License",
5151
author="Vadim Markovtsev",
5252
author_email="[email protected]",

0 commit comments

Comments
 (0)