diff --git a/tools/pot/setup.py b/tools/pot/setup.py index ea91d3901b6da4..4ee934acdd5256 100644 --- a/tools/pot/setup.py +++ b/tools/pot/setup.py @@ -131,7 +131,7 @@ def get_version(): setup( name='pot', - version=get_version(), + version='0.0.0', author='Intel', author_email='alexander.kozlov@intel.com', description='Post-training Optimization Toolkit',