aboutsummaryrefslogtreecommitdiff
path: root/python/tosa_serializer.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa_serializer.py')
-rw-r--r--python/tosa_serializer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tosa_serializer.py b/python/tosa_serializer.py
index c250305..6915c83 100644
--- a/python/tosa_serializer.py
+++ b/python/tosa_serializer.py
@@ -37,9 +37,9 @@ import tosa
# Keep version number in sync with the version default value with schema/tosa.fbs
TOSA_VERSION_MAJOR = 0
-TOSA_VERSION_MINOR = 23
+TOSA_VERSION_MINOR = 24
TOSA_VERSION_PATCH = 0
-TOSA_VERSION_DRAFT = False
+TOSA_VERSION_DRAFT = True
TOSA_VERSION = [TOSA_VERSION_MAJOR,
TOSA_VERSION_MINOR,
TOSA_VERSION_PATCH,