aboutsummaryrefslogtreecommitdiff
path: root/python/serializer/tosa_serializer.py
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-06-29 14:08:57 -0700
committerEric Kunze <eric.kunze@arm.com>2022-07-06 16:59:11 -0700
commit343d6a703c3a270a01102ec468b59ef2967b595e (patch)
treefaa0fd6891c7fb049c7acb0bfc9bd5772ec94297 /python/serializer/tosa_serializer.py
parent8fcef215fdbb6f6423fc96f0af40f1f4e248fffb (diff)
downloadserialization_lib-343d6a703c3a270a01102ec468b59ef2967b595e.tar.gz
Bump schema version number to 0.31 draft
0.30 is released, future schema changes need a new version number. Change-Id: I812d6f2a2539b21f902990298bda570cb1166a42
Diffstat (limited to 'python/serializer/tosa_serializer.py')
-rw-r--r--python/serializer/tosa_serializer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/serializer/tosa_serializer.py b/python/serializer/tosa_serializer.py
index a07068a..ec1c12d 100644
--- a/python/serializer/tosa_serializer.py
+++ b/python/serializer/tosa_serializer.py
@@ -30,9 +30,9 @@ 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 = 30
+TOSA_VERSION_MINOR = 31
TOSA_VERSION_PATCH = 0
-TOSA_VERSION_DRAFT = False
+TOSA_VERSION_DRAFT = True
TOSA_VERSION = [
TOSA_VERSION_MAJOR,
TOSA_VERSION_MINOR,