Update TOSA Checker version to 0.2.0

Change-Id: Ia18fbbb5e8aa771836fe95c5c30c7f49f6fce972
diff --git a/setup.py b/setup.py
index a69d917..8f6c467 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
 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).
diff --git a/tosa_checker/__init__.py b/tosa_checker/__init__.py
index c9a28f3..c8092a4 100644
--- a/tosa_checker/__init__.py
+++ b/tosa_checker/__init__.py
@@ -5,4 +5,4 @@
 
 from _tosa_checker_wrapper import *
 
-__version__ = "0.2.0rc0"
+__version__ = "0.2.0"