aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela')
-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 e31c373a..69c60406 100644
--- a/ethosu/vela/api.py
+++ b/ethosu/vela/api.py
@@ -26,7 +26,7 @@ from typing import Tuple
import numpy
API_VERSION_MAJOR = 1
-API_VERSION_MINOR = 0
+API_VERSION_MINOR = 1
API_VERSION = f"{API_VERSION_MAJOR}.{API_VERSION_MINOR}"