From b2fdef201ccb6127d3e02c126ca701cb07968a64 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 29 Aug 2022 11:53:18 -0700 Subject: Update version to 0.40 draft In preparation for version 0.40 release Signed-off-by: Eric Kunze Change-Id: I8c02f88bf8af7bdc6f23671bae057748f612e820 --- python/serializer/tosa_serializer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/serializer/tosa_serializer.py') 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 = [ -- cgit v1.2.1