From 2e1abbe7f1a55dc0b9237980f4013013df28d958 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 19 Jul 2024 07:22:02 +0000 Subject: [PATCH] Automatic version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 706e02a..da23243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-cotton" -version = "0.9.20" +version = "0.9.21" description = "Bringing component based design to Django templates." authors = [ "Will Abbott ",] license = "MIT"