We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3a333 commit c9bf606Copy full SHA for c9bf606
msal_extensions/__init__.py
@@ -1,5 +1,5 @@
1
"""Provides auxiliary functionality to the `msal` package."""
2
-__version__ = "1.3.0" # Note: During/after release, copy this number to Dockerfile
+__version__ = "1.3.1" # Note: During/after release, copy this number to Dockerfile
3
4
from .persistence import (
5
FilePersistence,
0 commit comments