aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 07baede..0ade3ec 100644
--- a/setup.py
+++ b/setup.py
@@ -11,8 +11,8 @@ import sys
import time
-TOSA_CHECKER_VERSION = "0.1.0"
-DEFAULT_TENSORFLOW_VERSION = "2.9.0"
+TOSA_CHECKER_VERSION = "0.2.0a1"
+DEFAULT_TENSORFLOW_VERSION = "2.11.0"
# Get the TensorFlowâ„¢ source directory passed to the command line (if any).
# If none is given the sources are pulled from the official TF repository.