From 80a8394cbbb1c978270a93a2a62bf6694f925c2a Mon Sep 17 00:00:00 2001 From: George Bocharov Date: Sat, 15 Jul 2023 17:43:25 -0700 Subject: [PATCH] Bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 027244e..0b71038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "drf-pydantic" -version = "0.4.1" +version = "0.5.0" description = "Use pydantic with the Django REST framework" license = "MIT" authors = ["George Bocharov "]