Change serialization version to 1.0.0 draft

Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Change-Id: Icbc231ada16eeba38452c2c7cec8e66cf43d3c0e
diff --git a/python/serializer/tosa_serializer.py b/python/serializer/tosa_serializer.py
index be3cdea..d0445ae 100644
--- a/python/serializer/tosa_serializer.py
+++ b/python/serializer/tosa_serializer.py
@@ -31,8 +31,8 @@
 import tosa.Op as TosaOp
 
 # Keep version number in sync with the version default value with schema/tosa.fbs
-TOSA_VERSION_MAJOR = 0
-TOSA_VERSION_MINOR = 100
+TOSA_VERSION_MAJOR = 1
+TOSA_VERSION_MINOR = 0
 TOSA_VERSION_PATCH = 0
 TOSA_VERSION_DRAFT = True
 TOSA_VERSION = [