From dd10ba9a60553a4c441ab0c60d2ae0a86fbfbd35 Mon Sep 17 00:00:00 2001 From: fengyuan Date: Mon, 5 Feb 2018 10:36:27 +0800 Subject: [PATCH] Update platform tag and version (v1.0.1) Signed-off-by: fengyuan --- python/setup.cfg | 2 ++ python/setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 python/setup.cfg 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='',