diff --git a/api/setup.py b/api/setup.py index 43aee7f0..0fc742fe 100644 --- a/api/setup.py +++ b/api/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="onnx-web", - version="0.3.0", + version="0.4.0", author="ssube", author_email="seansube@gmail.com", description="web UI for running ONNX models", diff --git a/gui/package.json b/gui/package.json index 8887c719..9e0f7c26 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "@apextoaster/onnx-web", - "version": "0.3.0", + "version": "0.4.0", "description": "onnx web gui", "type": "module", "main": "out/src/main.js",