From 45cb61a5e762d3f4c8ee62e414302e2978445b93 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Wed, 19 Jun 2024 11:41:41 -0700 Subject: [PATCH] Bump version to 4.0b1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75142e4..677c19d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "django-csp" -version = "3.8" +version = "4.0b1" description = "Django Content Security Policy support." readme = "README.rst" license = { text = "BSD" }