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