From e4e787b29dc9cd2cf35ad02f22bad6fa15a7211c Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Tue, 23 Apr 2024 21:41:37 +0200 Subject: [PATCH] chore: bump v0.68 (#451) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5ebed9d..f6f91a5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.67" +version = "0.68" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]