From 82ab8ca172559c2629ff8e37643a8fc950649031 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Wed, 15 Feb 2023 21:02:22 -0600 Subject: [PATCH] chore(release): 0.7.1 --- CHANGELOG.md | 2 ++ README.md | 2 +- api/params.json | 2 +- api/setup.py | 2 +- gui/package.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff793a5..07fd3267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 22b30a41..32ce057a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/api/params.json b/api/params.json index f0a57d88..80f7f34f 100644 --- a/api/params.json +++ b/api/params.json @@ -1,5 +1,5 @@ { - "version": "0.7.0", + "version": "0.7.1", "bottom": { "default": 0, "min": 0, diff --git a/api/setup.py b/api/setup.py index 5f344864..140f1422 100644 --- a/api/setup.py +++ b/api/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="onnx-web", - version="0.7.0", + version="0.7.1", author="ssube", author_email="seansube@gmail.com", description="web UI for running ONNX models", diff --git a/gui/package.json b/gui/package.json index 15388a74..72d159a6 100644 --- a/gui/package.json +++ b/gui/package.json @@ -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",