From 03f53b98a2c967e77f4118b6e30410868bed6e9e Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Thu, 23 Jul 2026 15:06:25 +0530 Subject: [PATCH] chore: release 0.3.0rc1 RC bump for the API-parity/rc.7-verification work merged in #5: SAML IdP admin, org domains, ListUsersRequest, and fixes for the stale PaginatedRequest/ListUsersRequest GraphQL type and the missing client_id field. PEP440 prerelease -- pip ignores it unless --pre. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 293dd11..a25ef0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "authorizer-py" -version = "0.3.0rc0" +version = "0.3.0rc1" description = "Python SDK for authorizer.dev — self-hosted authentication & authorization" readme = "README.md" requires-python = ">=3.9"