From 63d45ab961b2ade260264312ce4f064dce4875d8 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 25 May 2023 16:18:02 -0700 Subject: Remove draft tag from 0.70 serialization library Signed-off-by: Eric Kunze Change-Id: If99d07bdad463346da957b6fa16231f818b86728 --- 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 416fcf4..922da0b 100644 --- a/python/serializer/tosa_serializer.py +++ b/python/serializer/tosa_serializer.py @@ -34,7 +34,7 @@ import tosa.Op as TosaOp TOSA_VERSION_MAJOR = 0 TOSA_VERSION_MINOR = 70 TOSA_VERSION_PATCH = 0 -TOSA_VERSION_DRAFT = True +TOSA_VERSION_DRAFT = False TOSA_VERSION = [ TOSA_VERSION_MAJOR, TOSA_VERSION_MINOR, -- cgit v1.2.1