aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-24 09:38:33 +0100
committerThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-24 16:40:54 +0100
commit9d9772254a75705fab0da3f2e696c7525823f38f (patch)
treefa70698ba4de2ac8f3d62beab8034f928f5b66e5 /setup.py
parent5640b93b70b13f7b80b0d19609c15bf1f26ba065 (diff)
downloadtosa_checker-9d9772254a75705fab0da3f2e696c7525823f38f.tar.gz
Update TOSA Checker version to 0.2.0HEAD0.2.0main
Change-Id: Ia18fbbb5e8aa771836fe95c5c30c7f49f6fce972
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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).