From e9874e06d859042245c0dc9fcf30e9260331eb6d Mon Sep 17 00:00:00 2001 From: wjiuhe <40257699+wjiuhe@users.noreply.github.com> Date: Sat, 27 Aug 2022 00:31:50 +0800 Subject: [PATCH] Release v0.2.1 (#124) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8323ba1..424494f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pinferencia" -version = "0.2.0" +version = "0.2.1" description = "Aims to be the Simplest Machine Learning Model Inference Server" authors = ["Jiuhe Wang "] license = "Apache-2.0 License"