1
0
Fork 0

chore(release): 0.7.1

This commit is contained in:
Sean Sube 2023-02-15 21:02:22 -06:00
parent 6a2bac1359
commit 82ab8ca172
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
5 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
### [0.7.1](https://github.com/ssube/onnx-web/compare/v0.7.0...v0.7.1) (2023-02-16)
## [0.7.0](https://github.com/ssube/onnx-web/compare/v0.6.1...v0.7.0) (2023-02-16) ## [0.7.0](https://github.com/ssube/onnx-web/compare/v0.6.1...v0.7.0) (2023-02-16)

View File

@ -431,7 +431,7 @@ To update the server, make sure you are on the `main` branch and pull the latest
> git pull > git pull
``` ```
If you want to run a specific tag of the server, run `git checkout v0.7.0` with the desired tag. If you want to run a specific tag of the server, run `git checkout v0.7.1` with the desired tag.
### Building the client ### Building the client

View File

@ -1,5 +1,5 @@
{ {
"version": "0.7.0", "version": "0.7.1",
"bottom": { "bottom": {
"default": 0, "default": 0,
"min": 0, "min": 0,

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.7.0", version="0.7.1",
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.7.0", "version": "0.7.1",
"description": "onnx web gui", "description": "onnx web gui",
"type": "module", "type": "module",
"main": "out/src/main.js", "main": "out/src/main.js",