Skip to content

Commit

Permalink
chore(release): 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 7, 2023
1 parent b1a1a2b commit cd4a0f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions api/params.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1",
"bottom": {
"default": 0,
"min": 0,
Expand Down Expand Up @@ -130,4 +130,4 @@
"max": 1024,
"step": 8
}
}
}
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.6.0",
version="0.6.1",
author="ssube",
author_email="[email protected]",
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.6.0",
"version": "0.6.1",
"description": "onnx web gui",
"type": "module",
"main": "out/src/main.js",
Expand Down

0 comments on commit cd4a0f1

Please sign in to comment.