From c07199879040f9cfd26f13b2cfbeb8105a3c830f Mon Sep 17 00:00:00 2001 From: SupImDos Date: Sun, 12 Mar 2023 13:44:47 +0800 Subject: [PATCH] 0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac8b20f..2d69e35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-argparse" -version = "0.7.0" +version = "0.8.0" description = "Typed Argument Parsing with Pydantic" authors = ["Hayden Richards "] readme = "README.md"