From fb90dd4f9e884715095674001d832321362f3e21 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 8 Mar 2023 13:07:07 -0800 Subject: Update version number to 0.60 for release Signed-off-by: Eric Kunze Change-Id: I2eb93e6e88ee358c9ec9562c3b4d876eb41cc38c --- 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 b22cb20..e367371 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 = 51 +TOSA_VERSION_MINOR = 60 TOSA_VERSION_PATCH = 0 -TOSA_VERSION_DRAFT = True +TOSA_VERSION_DRAFT = False TOSA_VERSION = [ TOSA_VERSION_MAJOR, TOSA_VERSION_MINOR, -- cgit v1.2.1