From 816da5d665761ba89df9f501e81f287ef99233ea Mon Sep 17 00:00:00 2001 From: Shrestha Malik Date: Tue, 10 Dec 2019 08:38:31 -0800 Subject: [PATCH] minor rc fix --- python/setup.in.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.in.py b/python/setup.in.py index 6c4ab4832..f748de1b3 100644 --- a/python/setup.in.py +++ b/python/setup.in.py @@ -59,7 +59,7 @@ def get_tag(self): setup( name='ngraph_tensorflow_bridge', - version='0.21.0rc2', + version='0.21.0rc1', description='Intel nGraph compiler and runtime for TensorFlow', long_description=long_description, long_description_content_type="text/markdown",