aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2021-03-01 14:04:05 +0000
committerTim Hall <tim.hall@arm.com>2021-03-01 14:04:05 +0000
commit41c006a3c5cc511f9437cfadbb7889668ea55016 (patch)
tree57af0354b8ef9bbfdc51e590af67d09ec381a889
parent7562bdf7600a1ee21dc546441c909aaaf01c6f66 (diff)
downloadethos-u-vela-41c006a3c5cc511f9437cfadbb7889668ea55016.tar.gz
vela: Update release tag in setup.py2.1.1
- Updated tag to 2.1.1 Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: I2c35557058421d2be5c934e2a1cb06a5718b4697
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2c77b70..8cf6195 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ from setuptools import setup
this_directory = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(this_directory, "README.md"), encoding="utf-8") as f:
long_description = f.read()
- tag = "2.0.1"
+ tag = "2.1.1"
url = f"https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/refs/tags/{tag}/"
# Find all markdown links that match the format: [text](link)
for match, link in re.findall(r"(\[.+?\]\((.+?)\))", long_description):