From 85541e06b061005c9832dd652d3e1e3366dcaabe Mon Sep 17 00:00:00 2001 From: Katsuya Hyodo Date: Mon, 18 Apr 2022 14:33:24 +0900 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8636e5a..7a3c021 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="openvino2tensorflow", scripts=scripts, - version="1.29.4", + version="1.29.5", description="This script converts the OpenVINO IR model to Tensorflow's saved_model, tflite, h5 and pb. in (NCHW) format", long_description=long_description, long_description_content_type="text/markdown",