From 984e41cf4d0e49a4c47998543e6a8556a0161c4a Mon Sep 17 00:00:00 2001 From: David Danier Date: Wed, 17 Apr 2024 09:33:10 +0200 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.1.4?= 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 d6c6caa..960eca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-async-validation" -version = "0.1.3" +version = "0.1.4" description = "Add async validation to pydantic" authors = ["TEAM23 GmbH "] license = "MIT"