From 7da8ef10ea8e70b9d9155cf186b1c8f157f8bb2b Mon Sep 17 00:00:00 2001 From: David Danier Date: Wed, 4 Dec 2024 10:36:00 +0100 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 291831a..de7803c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-async-validation" -version = "0.2.0" +version = "0.3.0" description = "Add async validation to pydantic" authors = ["TEAM23 GmbH "] license = "MIT"