From 5d70b384e488b0f99b650c7e76d4a69e05cf8237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zcan?= Date: Wed, 7 Feb 2024 11:21:33 +0100 Subject: [PATCH] Release v9.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e832a20..f3799a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "inuits_policy_based_auth" -version = "9.5.0" +version = "9.6.0" description = "Module for securing API endpoints based on policies." readme = "README.md" authors = [{ name = "Inuits", email = "developers@inuits.eu" }]