aboutsummaryrefslogtreecommitdiff
path: root/python/serializer/tosa_serializer.py
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-09-08 23:54:21 +0000
committerEric Kunze <eric.kunze@arm.com>2022-09-08 23:54:21 +0000
commit24a68bbcfa84cee666cb268b1992bfa70aab7ab3 (patch)
treeae56f3baa0907444e76db3048d4d569f8d9dd539 /python/serializer/tosa_serializer.py
parent011a333ef3112a7a2512a57316fc62a6f0ba0922 (diff)
downloadserialization_lib-24a68bbcfa84cee666cb268b1992bfa70aab7ab3.tar.gz
Increment revision to 0.41 draft
Change-Id: I34cc007cb9efc659fe772299217b9178cead9ce0
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 c723617..a71f3c9 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 = 40
+TOSA_VERSION_MINOR = 41
TOSA_VERSION_PATCH = 0
-TOSA_VERSION_DRAFT = False
+TOSA_VERSION_DRAFT = True
TOSA_VERSION = [
TOSA_VERSION_MAJOR,
TOSA_VERSION_MINOR,