Skip to content

Commit

Permalink
chore(release): 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 16, 2023
1 parent 6a2bac1 commit 82ab8ca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.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)


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

Expand Down
2 changes: 1 addition & 1 deletion api/params.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0",
"version": "0.7.1",
"bottom": {
"default": 0,
"min": 0,
Expand Down
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.7.0",
version="0.7.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.7.0",
"version": "0.7.1",
"description": "onnx web gui",
"type": "module",
"main": "out/src/main.js",
Expand Down

0 comments on commit 82ab8ca

Please sign in to comment.