From e23af3215539317707c60266e1b5122a77f026ca Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 14 Nov 2024 17:03:30 -0800 Subject: [PATCH] Release 0.11 Refs #32, #35, #36, #37 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b8327f..3cd3e13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "asgi-csrf" -version = "0.1" +version = "0.11" description = "ASGI middleware for protecting against CSRF attacks" readme = "README.md" requires-python = ">=3.9"