From 343d6a703c3a270a01102ec468b59ef2967b595e Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 29 Jun 2022 14:08:57 -0700 Subject: Bump schema version number to 0.31 draft 0.30 is released, future schema changes need a new version number. Change-Id: I812d6f2a2539b21f902990298bda570cb1166a42 --- 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 a07068a..ec1c12d 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 = 30 +TOSA_VERSION_MINOR = 31 TOSA_VERSION_PATCH = 0 -TOSA_VERSION_DRAFT = False +TOSA_VERSION_DRAFT = True TOSA_VERSION = [ TOSA_VERSION_MAJOR, TOSA_VERSION_MINOR, -- cgit v1.2.1