From c59751490f43da5f80a32d67b9ed0fbfe6268118 Mon Sep 17 00:00:00 2001 From: Gijs Vermeulen Date: Tue, 24 Oct 2023 10:03:42 +0200 Subject: [PATCH] Release v9.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a26a980..1f52b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "inuits_policy_based_auth" -version = "9.1.0" +version = "9.2.0" description = "Module for securing API endpoints based on policies." readme = "README.md" authors = [{ name = "Inuits", email = "developers@inuits.eu" }]