diff --git a/python/setup.cfg b/python/setup.cfg new file mode 100644 index 00000000..714abf93 --- /dev/null +++ b/python/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +plat-name=manylinux1_x86_64 diff --git a/python/setup.py b/python/setup.py index 77eb1bd1..870df3bd 100644 --- a/python/setup.py +++ b/python/setup.py @@ -167,7 +167,7 @@ def run(self): setup( name='ideep4py', - version='1.0.0', + version='1.0.1', description='ideep4py is a wrapper for iDeep library.', author='Intel', author_email='',