From 5c2a045f00582a81b5b8abd7a55a82c687851703 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Mon, 2 Sep 2024 20:31:31 -0700 Subject: [PATCH] v0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4c3c74..9819d86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "model-explorer-onnx" -version = "0.3.0" +version = "0.3.1" description = "Adapter for ai-edge-model-explorer to support ONNX models" authors = [{ name = "Justin Chu", email = "justinchu@microsoft.com" }] readme = "README.md"