From dce6cebbeb6c45625c4ef8fafb5a7775319101c5 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 16 Mar 2023 18:44:26 +0000 Subject: Update version to 0.70.0 draft Signed-off-by: Eric Kunze Change-Id: Ie139b262f7bd5966e72a3535ac2253e13d7b3604 --- 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 e367371..416fcf4 100644 --- a/python/serializer/tosa_serializer.py +++ b/python/serializer/tosa_serializer.py @@ -32,9 +32,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 = 60 +TOSA_VERSION_MINOR = 70 TOSA_VERSION_PATCH = 0 -TOSA_VERSION_DRAFT = False +TOSA_VERSION_DRAFT = True TOSA_VERSION = [ TOSA_VERSION_MAJOR, TOSA_VERSION_MINOR, -- cgit v1.2.1