diff --git a/contrib/build_wheels_linux.sh b/contrib/build_wheels_linux.sh index a258051..3b2b285 100755 --- a/contrib/build_wheels_linux.sh +++ b/contrib/build_wheels_linux.sh @@ -2,7 +2,7 @@ set -ev cd /io/gmp-6.1.2 -./configure +./configure --enable-fat make make check make install diff --git a/setup.py b/setup.py index 6fd266b..ecdd5dd 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name='python-bls', - version='0.1.6', + version='0.1.7', url='https://github.com/zebra-lucky/python-bls', license='Apache License 2.0', python_requires='>=3.6',