aboutsummaryrefslogtreecommitdiff
path: root/python/serializer/tosa_serializer.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/serializer/tosa_serializer.py')
-rw-r--r--python/serializer/tosa_serializer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/serializer/tosa_serializer.py b/python/serializer/tosa_serializer.py
index a07068a..ec1c12d 100644
--- a/python/serializer/tosa_serializer.py
+++ b/python/serializer/tosa_serializer.py
@@ -30,9 +30,9 @@ 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 = 30
+TOSA_VERSION_MINOR = 31
TOSA_VERSION_PATCH = 0
-TOSA_VERSION_DRAFT = False
+TOSA_VERSION_DRAFT = True
TOSA_VERSION = [
TOSA_VERSION_MAJOR,
TOSA_VERSION_MINOR,