Skip to content

Commit 6f52d28

Browse files
committed
revert back release version bump
1 parent aa5c74c commit 6f52d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
# The __init__.py will import this. Not the other way around.
25-
__version__ = "1.32.0" # When releasing, also check and bump our dependencies's versions if needed
25+
__version__ = "1.31.0" # When releasing, also check and bump our dependencies's versions if needed
2626

2727
logger = logging.getLogger(__name__)
2828
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"

0 commit comments

Comments
 (0)