From a336d54aca08b06953a8b6c49d7e5f6c4899952e Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 13 Jun 2022 19:22:05 -0700 Subject: Fix version number in python serializer Signed-off-by: Eric Kunze Change-Id: I61ace20482da93bf01e1cf073785baf2b30973d2 --- python/serializer/tosa_serializer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/serializer/tosa_serializer.py b/python/serializer/tosa_serializer.py index 7b5cd1a..4d7d7bf 100644 --- a/python/serializer/tosa_serializer.py +++ b/python/serializer/tosa_serializer.py @@ -30,7 +30,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 = 24 +TOSA_VERSION_MINOR = 25 TOSA_VERSION_PATCH = 0 TOSA_VERSION_DRAFT = True TOSA_VERSION = [ -- cgit v1.2.1