From aaa0f42a76c794c36a7026e8c545ba332f6fb2a6 Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Fri, 17 Oct 2025 11:07:41 +0200 Subject: [PATCH] chore: Bump version from 0.142.2 to 0.142.3 (#1459) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95c4bffd..65e1c909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.142.2" +version = "0.142.3" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]