From 3ea3e29500682f90d2c735ec43ce3763efb4b75a Mon Sep 17 00:00:00 2001 From: Saoirse Stewart Date: Wed, 15 Feb 2023 10:49:15 +0000 Subject: Update the TensorFlow version to 2.11.0 used by the TOSA Checker Change-Id: I55661102918990c4f3a71abf9c7197cf3b86d427 --- tosa_checker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tosa_checker/__init__.py') 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" -- cgit v1.2.1