1
0
Fork 0

fix: bump package versions to 0.2.1

This commit is contained in:
Sean Sube 2023-01-08 15:26:43 -06:00
parent 384b37d57c
commit 760b162a55
2 changed files with 2 additions and 2 deletions

View File

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

View File

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