From 8137a4369acefa4c01f08db95a2b1b290e8dd70a Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 2 Feb 2024 21:33:22 +0000 Subject: Update version to 0.100.0 Signed-off-by: Eric Kunze Change-Id: Idd444ceb641993e2ed6b647505979ec9d5def796 --- 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 1449c0e..c44b225 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 = 90 +TOSA_VERSION_MINOR = 100 TOSA_VERSION_PATCH = 0 TOSA_VERSION_DRAFT = True TOSA_VERSION = [ -- cgit v1.2.1