From cd4a0f10b0245e7abac3e6bd08861cba5c3b6a28 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Tue, 7 Feb 2023 08:31:26 -0600 Subject: [PATCH] chore(release): 0.6.1 --- CHANGELOG.md | 2 ++ README.md | 2 +- api/params.json | 4 ++-- api/setup.py | 2 +- gui/package.json | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c706b960..198d7f3b 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.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) diff --git a/README.md b/README.md index a636b602..2e2412a0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/api/params.json b/api/params.json index 43331a8d..f44dabf9 100644 --- a/api/params.json +++ b/api/params.json @@ -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 } -} \ No newline at end of file +} diff --git a/api/setup.py b/api/setup.py index e3a30196..2f80d410 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.6.0", + version="0.6.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 e6339e3a..ae84ce4f 100644 --- a/gui/package.json +++ b/gui/package.json @@ -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",