diff --git a/msal/sku.py b/msal/sku.py index f3c7f97d..b4002eb7 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.38.0" +__version__ = "1.39.0" SKU = "MSAL.Python"