From ef4dd40c248a9724ce03475a3b6b0b68e210ea2a Mon Sep 17 00:00:00 2001 From: Schwannden Kuo Date: Wed, 20 Jul 2022 11:21:50 +0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a580c7f..a61eaf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "awesome-exception" -version = "1.0.0" +version = "1.1.0" license = "Apache-2.0" readme = "README.md" description = "common http exception that support custom status code and message"