From fbef5a55edd98646d81c88a584beae27c2ac9c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigurd=20Lj=C3=B8dal?= <544451+ljodal@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:43:51 +0200 Subject: [PATCH] Release 0.2.0a1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e50fa2..58e499e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-api-decorator" -version = "0.1.7" +version = "0.2.0a1" description = "A collection of tools to build function based Django APIs" authors = ["Oda "] license = "MIT"