From 2037ed20b7252cc52008e69bdd3d8e095ad6ea08 Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Sat, 22 Mar 2025 13:11:45 +0100 Subject: [PATCH] chore: bump v0.132 (#1060) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53b57a19..88d0dfb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.131" +version = "0.132" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]