Skip to content

Commit

Permalink
fix: bump package versions to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 8, 2023
1 parent 384b37d commit 760b162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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",
Expand Down
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 760b162

Please sign in to comment.