From c06badc772c4979be9d50c96af6738508d2c8a56 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 6 May 2025 16:49:16 +0530 Subject: [PATCH] Relase : auth0_fastapi and auth0_server_python --- packages/auth0_fastapi/pyproject.toml | 2 +- packages/auth0_server_python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/auth0_fastapi/pyproject.toml b/packages/auth0_fastapi/pyproject.toml index 1519f31..c0c6a20 100644 --- a/packages/auth0_fastapi/pyproject.toml +++ b/packages/auth0_fastapi/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi" -version = "1.0.0.b2" +version = "1.0.0.b3" description = "Auth0 FastAPI Python SDK" readme = "README.md" authors = ["Auth0 "] diff --git a/packages/auth0_server_python/pyproject.toml b/packages/auth0_server_python/pyproject.toml index f697440..38ecd8c 100644 --- a/packages/auth0_server_python/pyproject.toml +++ b/packages/auth0_server_python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-server-python" -version = "1.0.0.b3" +version = "1.0.0.b4" description = "Auth0 server-side Python SDK" readme = "README.md" authors = ["Auth0 "]