aboutsummaryrefslogtreecommitdiff
path: root/tosa_checker/__init__.py
diff options
context:
space:
mode:
authorSaoirse Stewart <saoirse.stewart@arm.com>2023-02-15 10:49:15 +0000
committerSaoirse Stewart <saoirse.stewart@arm.com>2023-02-20 15:41:28 +0000
commit3ea3e29500682f90d2c735ec43ce3763efb4b75a (patch)
treef94c17deddccee234dddc1ae5f2897aa17aaf465 /tosa_checker/__init__.py
parentf756c5179bafd98cc4e912de8c4177cc4c000519 (diff)
downloadtosa_checker-3ea3e29500682f90d2c735ec43ce3763efb4b75a.tar.gz
Update the TensorFlow version to 2.11.0 used by the TOSA Checker
Change-Id: I55661102918990c4f3a71abf9c7197cf3b86d427
Diffstat (limited to 'tosa_checker/__init__.py')
-rw-r--r--tosa_checker/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tosa_checker/__init__.py b/tosa_checker/__init__.py
index ce76797..3484b5a 100644
--- a/tosa_checker/__init__.py
+++ b/tosa_checker/__init__.py
@@ -5,4 +5,4 @@
from _tosa_checker_wrapper import *
-__version__ = "0.1.0"
+__version__ = "0.2.0a1"