1
0
Fork 0

chore: bump package versions

This commit is contained in:
Sean Sube 2023-01-15 15:13:47 -06:00
parent 601b74ac35
commit ae8b26fa8f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="onnx-web", name="onnx-web",
version="0.3.0", version="0.4.0",
author="ssube", author="ssube",
author_email="seansube@gmail.com", author_email="seansube@gmail.com",
description="web UI for running ONNX models", description="web UI for running ONNX models",

View File

@ -1,6 +1,6 @@
{ {
"name": "@apextoaster/onnx-web", "name": "@apextoaster/onnx-web",
"version": "0.3.0", "version": "0.4.0",
"description": "onnx web gui", "description": "onnx web gui",
"type": "module", "type": "module",
"main": "out/src/main.js", "main": "out/src/main.js",