From 9c3caf7ee53f5e11fc8fb8fe4109cc3ae0a9b967 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Sep 2024 08:57:28 +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 25ecf13..d3f0a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-cotton" -version = "1.0.3" +version = "1.0.4" description = "Bringing component based design to Django templates." authors = [ "Will Abbott ",] license = "MIT"