From 51bb3379a24139e2af234548e56ff063728f8e7e Mon Sep 17 00:00:00 2001 From: James Peet Date: Fri, 11 Feb 2022 12:21:44 +0000 Subject: MLBEDSW-6184: Release notes for version 3.3.0 - Bump minor release version and add release notes - Update README and SUPPORTED_OPS versions Change-Id: Ic14d028483c12d281e69515b25f66346d9a3afeb Signed-off-by: James Peet Signed-off-by: Tim Hall --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4982bb34..488d2966 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ class BuildExtension(build_ext): 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 = "3.2.0" + tag = "3.3.0" 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): -- cgit v1.2.1