diff --git a/fastapi_azure_auth/__init__.py b/fastapi_azure_auth/__init__.py index 59dce91..99e26e1 100644 --- a/fastapi_azure_auth/__init__.py +++ b/fastapi_azure_auth/__init__.py @@ -4,4 +4,4 @@ SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer, ) -__version__ = '5.0.0-rc0' +__version__ = '5.0.0' diff --git a/pyproject.toml b/pyproject.toml index 779bb48..b6d3799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-azure-auth" -version = "5.0.0-rc0" # Remember to change in __init__.py as well +version = "5.0.0" # Remember to change in __init__.py as well description = "Easy and secure implementation of Azure AD for your FastAPI APIs" authors = ["Jonas Krüger Svensson "] readme = "README.md"