Skip to content

Commit 1906bdb

Browse files
committed
Bump version 3.0.2
1 parent 31d3846 commit 1906bdb

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
@@ -3,4 +3,4 @@
33
SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer,
44
)
55

6-
__version__ = '3.0.1'
6+
__version__ = '3.0.2'

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 = "3.0.1" # Remember to change in __init__.py as well
3+
version = "3.0.2" # 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 <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)