From 6e83a51ce354f42efd81a0b9c451822f6e5edc74 Mon Sep 17 00:00:00 2001 From: Peder Smith <23152018+SmithPeder@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:11:48 +0200 Subject: [PATCH] Release 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff4eb56..5c2ff15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-api-decorator" -version = "0.4.1" +version = "0.5.0" description = "A collection of tools to build function based Django APIs" authors = ["Oda "] license = "MIT"