Skip to content

Commit 40acd56

Browse files
committed
chore: version bump, preparing for 5.0.0
1 parent 832de42 commit 40acd56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_azure_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
55
)
66

7-
__version__ = '5.0.0-rc0'
7+
__version__ = '5.0.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-azure-auth"
3-
version = "5.0.0-rc0" # Remember to change in __init__.py as well
3+
version = "5.0.0" # Remember to change in __init__.py as well
44
description = "Easy and secure implementation of Azure AD for your FastAPI APIs"
55
authors = ["Jonas Krüger Svensson <jonas.svensson@intility.no>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)