From 8fcef215fdbb6f6423fc96f0af40f1f4e248fffb Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 16 Jun 2022 15:45:39 -0700 Subject: Remove the draft tag from the schema for v0.30 Preparing for v0.30 release Signed-off-by: Eric Kunze Change-Id: I5426515f7cf0f83c9f606050969c94667f2dabb9 --- 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 10372e4..a07068a 100644 --- a/python/serializer/tosa_serializer.py +++ b/python/serializer/tosa_serializer.py @@ -32,7 +32,7 @@ import tosa.Op as TosaOp TOSA_VERSION_MAJOR = 0 TOSA_VERSION_MINOR = 30 TOSA_VERSION_PATCH = 0 -TOSA_VERSION_DRAFT = True +TOSA_VERSION_DRAFT = False TOSA_VERSION = [ TOSA_VERSION_MAJOR, TOSA_VERSION_MINOR, -- cgit v1.2.1