Skip to content

Commit 9b561e2

Browse files
committed
MSAL EX 1.3.1
1 parent 76c91d1 commit 9b561e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal_extensions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Provides auxiliary functionality to the `msal` package."""
2-
__version__ = "1.3.0" # Note: During/after release, copy this number to Dockerfile
2+
__version__ = "1.3.1" # Note: During/after release, copy this number to Dockerfile
33

44
from .persistence import (
55
FilePersistence,

0 commit comments

Comments
 (0)