From 3d9ef9f891ec647a47ddd0b2eb56fcf83f8d7f3b Mon Sep 17 00:00:00 2001 From: David Danier Date: Tue, 16 Apr 2024 11:11:36 +0200 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.1.3?= 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 39b301c..d6c6caa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-async-validation" -version = "0.1.2" +version = "0.1.3" description = "Add async validation to pydantic" authors = ["TEAM23 GmbH "] license = "MIT"