Fix version number in python serializer

Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Change-Id: I61ace20482da93bf01e1cf073785baf2b30973d2
diff --git a/python/serializer/tosa_serializer.py b/python/serializer/tosa_serializer.py
index 7b5cd1a..4d7d7bf 100644
--- a/python/serializer/tosa_serializer.py
+++ b/python/serializer/tosa_serializer.py
@@ -30,7 +30,7 @@
 
 # Keep version number in sync with the version default value with schema/tosa.fbs
 TOSA_VERSION_MAJOR = 0
-TOSA_VERSION_MINOR = 24
+TOSA_VERSION_MINOR = 25
 TOSA_VERSION_PATCH = 0
 TOSA_VERSION_DRAFT = True
 TOSA_VERSION = [