From b92b4f18cb176231ae494639d24aeb19bd457d73 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Fri, 31 Jan 2025 12:34:56 -0800 Subject: [PATCH] Bumping version number to 1.32.0 --- msal/sku.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/sku.py b/msal/sku.py index e383e151..2a3172aa 100644 --- a/msal/sku.py +++ b/msal/sku.py @@ -2,5 +2,5 @@ """ # The __init__.py will import this. Not the other way around. -__version__ = "1.31.1" # When releasing, also check and bump our dependencies's versions if needed +__version__ = "1.32.0" SKU = "MSAL.Python"