From c0a60300951a59c33d2afaea0f6ca0889cabf340 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 13 Sep 2023 17:04:21 -0700 Subject: Update version tags to 0.90 draft Signed-off-by: Eric Kunze Change-Id: I4163390599afbbc93b02e3e72b2fe0f53a0bcf06 --- 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 1f6d26e..22f9bc3 100644 --- a/python/serializer/tosa_serializer.py +++ b/python/serializer/tosa_serializer.py @@ -32,7 +32,7 @@ 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 = 80 +TOSA_VERSION_MINOR = 90 TOSA_VERSION_PATCH = 0 TOSA_VERSION_DRAFT = True TOSA_VERSION = [ -- cgit v1.2.1