From 52073693e1b59340d1e040b384b957dc61db0fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kr=C3=BCger=20Svensson?= Date: Mon, 30 Oct 2023 19:05:32 +0100 Subject: [PATCH] chore: version bump --- fastapi_azure_auth/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastapi_azure_auth/__init__.py b/fastapi_azure_auth/__init__.py index bda441b0..d29e385e 100644 --- a/fastapi_azure_auth/__init__.py +++ b/fastapi_azure_auth/__init__.py @@ -4,4 +4,4 @@ SingleTenantAzureAuthorizationCodeBearer as SingleTenantAzureAuthorizationCodeBearer, ) -__version__ = '4.2.1' +__version__ = '4.3.0' diff --git a/pyproject.toml b/pyproject.toml index fde49ea9..186dae86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-azure-auth" -version = "4.2.1" # Remember to change in __init__.py as well +version = "4.3.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"