From 23731f623c2824c0fec290a56d2648aec0fa5a83 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Sep 2024 13:59:29 +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 082d71c..4d6ed82 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.8" +version = "1.0.9" description = "Bringing component based design to Django templates." authors = [ "Will Abbott ",] license = "MIT"