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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tosa_serializer.py b/python/tosa_serializer.py
index 3d0019e..c250305 100644
--- a/python/tosa_serializer.py
+++ b/python/tosa_serializer.py
@@ -39,7 +39,7 @@ import tosa
TOSA_VERSION_MAJOR = 0
TOSA_VERSION_MINOR = 23
TOSA_VERSION_PATCH = 0
-TOSA_VERSION_DRAFT = True
+TOSA_VERSION_DRAFT = False
TOSA_VERSION = [TOSA_VERSION_MAJOR,
TOSA_VERSION_MINOR,
TOSA_VERSION_PATCH,