From 736b43e21aa7eaa5b1ceedc77fb86ec46f08a51e Mon Sep 17 00:00:00 2001 From: Rafael Kamimura Date: Mon, 13 May 2024 20:16:49 -0300 Subject: [PATCH] chore: updated project version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3430df2..85e2d86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "brdocs-validation" -version = "0.3.0" +version = "0.4.0" dependencies = [ "pydantic>=2.0" ] @@ -68,4 +68,4 @@ python = 3.12 = py312-pydantic{20,21,22,23,24,25,26} 3.11 = py311-pydantic{20,21,22,23,24,25,26} 3.10 = py310-pydantic{20,21,22,23,24,25,26} -""" \ No newline at end of file +"""