Skip to content

Commit a089707

Browse files
authored
MSAL Python 1.1.0
Bump version number
1 parent 113a437 commit a089707

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
@@ -19,7 +19,7 @@
1919

2020

2121
# The __init__.py will import this. Not the other way around.
22-
__version__ = "1.0.0"
22+
__version__ = "1.1.0"
2323

2424
logger = logging.getLogger(__name__)
2525

0 commit comments

Comments
 (0)