1
0
Fork 0

chore(release): 0.6.1

This commit is contained in:
Sean Sube 2023-02-07 08:31:26 -06:00
parent b1a1a2b9c4
commit cd4a0f10b0
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
5 changed files with 7 additions and 5 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.
### [0.6.1](https://github.com/ssube/onnx-web/compare/v0.6.0...v0.6.1) (2023-02-07)
## [0.6.0](https://github.com/ssube/onnx-web/compare/v0.5.0...v0.6.0) (2023-02-07)

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1",
"bottom": {
"default": 0,
"min": 0,
@ -130,4 +130,4 @@
"max": 1024,
"step": 8
}
}
}

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="onnx-web",
version="0.6.0",
version="0.6.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.6.0",
"version": "0.6.1",
"description": "onnx web gui",
"type": "module",
"main": "out/src/main.js",