aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-22 17:46:25 +0100
committerThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-22 19:03:07 +0100
commit5640b93b70b13f7b80b0d19609c15bf1f26ba065 (patch)
tree8efae43496f5f5e2bb28de6423da206a5897686a /setup.py
parent5349297091603b3c8b8d830811957ff6d2e138d1 (diff)
downloadtosa_checker-5640b93b70b13f7b80b0d19609c15bf1f26ba065.tar.gz
Update TOSA Checker version to 0.2.0rc00.2.0-rc0
Change-Id: I0e3cf0feff0a039244a0cf86039ae507a207eb5e
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 c094f9d..a69d917 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ import sys
import time
-TOSA_CHECKER_VERSION = "0.2.0a3"
+TOSA_CHECKER_VERSION = "0.2.0rc0"
DEFAULT_TENSORFLOW_VERSION = "2.13.0"
# Get the TensorFlowâ„¢ source directory passed to the command line (if any).