aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/api.py')
-rw-r--r--ethosu/vela/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/api.py b/ethosu/vela/api.py
index d516b8d..f49df25 100644
--- a/ethosu/vela/api.py
+++ b/ethosu/vela/api.py
@@ -27,7 +27,7 @@ import numpy
API_VERSION_MAJOR = 1
-API_VERSION_MINOR = 1
+API_VERSION_MINOR = 2
API_VERSION = f"{API_VERSION_MAJOR}.{API_VERSION_MINOR}"