From 41299745bcdfad013edd84026de998b4a9d992be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zcan?= Date: Wed, 30 Aug 2023 11:25:30 +0200 Subject: [PATCH] Release v6.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4b28a2..d14d504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "inuits_policy_based_auth" -version = "6.1.0" +version = "6.2.0" description = "Module for securing API endpoints based on policies." readme = "README.md" authors = [{ name = "Inuits", email = "developers@inuits.eu" }]