From 4933154d994b555beef0457dd35cf55dfc95137d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 16 Oct 2024 12:17:46 +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 d977a81..0e037b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-cotton" -version = "1.2.0" +version = "1.2.1" description = "Bringing component based design to Django templates." authors = [ "Will Abbott ",] license = "MIT"