From 9be11c326d6c1bb4157f09d8d711b4fd3f16ff21 Mon Sep 17 00:00:00 2001 From: wrabit Date: Sun, 29 Sep 2024 17:09:20 +0100 Subject: [PATCH] Manual bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc34a2c..bad20f9 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.12" +version = "1.1.0" description = "Bringing component based design to Django templates." authors = [ "Will Abbott ",] license = "MIT"