From 92d76f193fcb330699cb2820b60c75bfca5648a8 Mon Sep 17 00:00:00 2001 From: lukas Date: Sun, 27 Aug 2023 15:05:49 +0200 Subject: [PATCH] chore: version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e5a5289..a3eb50d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-unfold" -version = "0.7.0" +version = "0.8.0" description = "Clean & minimal Django admin theme based on Tailwind CSS" license = "MIT" readme = "README.md"