From 18c8885ba5a668ff94ceb8871034405ab32e94f3 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Thu, 11 Sep 2025 09:46:44 +0100 Subject: [PATCH] Release auth0-api-python@1.0.0.b4 --- packages/auth0_api_python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth0_api_python/pyproject.toml b/packages/auth0_api_python/pyproject.toml index dbc7eba..2322e8d 100644 --- a/packages/auth0_api_python/pyproject.toml +++ b/packages/auth0_api_python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-api-python" -version = "1.0.0.b3" +version = "1.0.0.b4" description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib." authors = ["Auth0 "] license = "MIT"