From 4f7064081efb3496ccb064b349df5cbae1eb5e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zcan?= Date: Fri, 6 Oct 2023 11:13:25 +0200 Subject: [PATCH] Release v9.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 622f764..5d8d995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "inuits_policy_based_auth" -version = "8.1.1" +version = "9.0.0" description = "Module for securing API endpoints based on policies." readme = "README.md" authors = [{ name = "Inuits", email = "developers@inuits.eu" }]