We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832de42 commit 40acd56Copy full SHA for 40acd56
fastapi_azure_auth/__init__.py
@@ -4,4 +4,4 @@
4
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
5
)
6
7
-__version__ = '5.0.0-rc0'
+__version__ = '5.0.0'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi-azure-auth"
3
-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 <jonas.svensson@intility.no>"]
readme = "README.md"
0 commit comments