Update version tags to 0.90 draft

Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Change-Id: I4163390599afbbc93b02e3e72b2fe0f53a0bcf06
diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h
index a980336..814395b 100644
--- a/include/tosa_serialization_handler.h
+++ b/include/tosa_serialization_handler.h
@@ -27,7 +27,7 @@
 
 // Keep version number in sync with the version default value with schema/tosa.fbs
 #define TOSA_VERSION_MAJOR 0
-#define TOSA_VERSION_MINOR 80
+#define TOSA_VERSION_MINOR 90
 #define TOSA_VERSION_PATCH 0
 #define TOSA_VERSION_DRAFT true
 #define TENSOR_BUFFER_FORCE_ALIGNMENT 8
diff --git a/python/serializer/tosa_serializer.py b/python/serializer/tosa_serializer.py
index 1f6d26e..22f9bc3 100644
--- a/python/serializer/tosa_serializer.py
+++ b/python/serializer/tosa_serializer.py
@@ -32,7 +32,7 @@
 
 # Keep version number in sync with the version default value with schema/tosa.fbs
 TOSA_VERSION_MAJOR = 0
-TOSA_VERSION_MINOR = 80
+TOSA_VERSION_MINOR = 90
 TOSA_VERSION_PATCH = 0
 TOSA_VERSION_DRAFT = True
 TOSA_VERSION = [