From af179f3a1fa6cfd5c85a578b210d173bc17e039a Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Tue, 4 Feb 2025 10:32:21 +0100 Subject: [PATCH] chore: bump v0.128 (#953) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 357e0544..80d0d6b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.127" +version = "0.128" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]