aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-06-13 19:22:05 -0700
committerEric Kunze <eric.kunze@arm.com>2022-06-13 19:22:22 -0700
commita336d54aca08b06953a8b6c49d7e5f6c4899952e (patch)
tree77617d40531f351d3d0b7e172c5ee6b4dbba3c9c
parent4c3537da2c275429db9403a18410b26fa9e81e95 (diff)
downloadserialization_lib-a336d54aca08b06953a8b6c49d7e5f6c4899952e.tar.gz
Fix version number in python serializer
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I61ace20482da93bf01e1cf073785baf2b30973d2
-rw-r--r--python/serializer/tosa_serializer.py2
1 files changed, 1 insertions, 1 deletions
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 @@ 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 = 24
+TOSA_VERSION_MINOR = 25
TOSA_VERSION_PATCH = 0
TOSA_VERSION_DRAFT = True
TOSA_VERSION = [