From 24a68bbcfa84cee666cb268b1992bfa70aab7ab3 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 8 Sep 2022 23:54:21 +0000 Subject: Increment revision to 0.41 draft Change-Id: I34cc007cb9efc659fe772299217b9178cead9ce0 --- python/serializer/tosa_serializer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/serializer/tosa_serializer.py') 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, -- cgit v1.2.1