From 9d9772254a75705fab0da3f2e696c7525823f38f Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Thu, 24 Aug 2023 09:38:33 +0100 Subject: Update TOSA Checker version to 0.2.0 Change-Id: Ia18fbbb5e8aa771836fe95c5c30c7f49f6fce972 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a69d917..8f6c467 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import sys import time -TOSA_CHECKER_VERSION = "0.2.0rc0" +TOSA_CHECKER_VERSION = "0.2.0" DEFAULT_TENSORFLOW_VERSION = "2.13.0" # Get the TensorFlowâ„¢ source directory passed to the command line (if any). -- cgit v1.2.1