From 187baf6967c4418cf3b4aea58b52338c242f8943 Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Thu, 14 Aug 2025 11:41:47 +0200 Subject: [PATCH] chore: bump v0.141.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 452cf567..d47f0240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.141.2" +version = "0.141.3" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]