From 778a700a67fa92ba574f821d794a561076a6e96e Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Sat, 11 Jul 2026 15:38:56 +0530 Subject: [PATCH] chore: release 0.3.0rc0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RC for e2e testing. Ships the machine-agent-identity token grants (client_credentials + RFC 8693 token exchange) and admin surface merged in #2. 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 e22225a..293dd11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "authorizer-py" -version = "0.2.0" +version = "0.3.0rc0" description = "Python SDK for authorizer.dev — self-hosted authentication & authorization" readme = "README.md" requires-python = ">=3.9"