aboutsummaryrefslogtreecommitdiff
path: root/python/serializer/tosa_serializer.py
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-08-29 11:53:18 -0700
committerEric Kunze <eric.kunze@arm.com>2022-08-29 11:53:18 -0700
commitb2fdef201ccb6127d3e02c126ca701cb07968a64 (patch)
treeb2293be82ec2b75d568a0a8f4e98891b7e9d4ef9 /python/serializer/tosa_serializer.py
parent2a3ca9398b7777caca3f28cf5e63a768d857489b (diff)
downloadserialization_lib-b2fdef201ccb6127d3e02c126ca701cb07968a64.tar.gz
Update version to 0.40 draft
In preparation for version 0.40 release Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I8c02f88bf8af7bdc6f23671bae057748f612e820
Diffstat (limited to 'python/serializer/tosa_serializer.py')
-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 27189ec..11eed1c 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 = 31
+TOSA_VERSION_MINOR = 40
TOSA_VERSION_PATCH = 0
TOSA_VERSION_DRAFT = True
TOSA_VERSION = [