From 3d81266c9cb711eb4eff1d68c0a160cf6eb56a06 Mon Sep 17 00:00:00 2001 From: Hayden Richards Date: Sun, 23 Jan 2022 18:22:13 +0800 Subject: [PATCH] 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64c8736..ded0181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-argparse" -version = "0.3.1" +version = "0.4.0" description = "Typed Argument Parsing with Pydantic" authors = ["Hayden Richards "] readme = "README.md"