Skip to content

Commit 8f66e31

Browse files
authored
Merge pull request #22 from AzureAD/release-0.2.0
MSAL Python 0.2.0
2 parents 24424c0 + 834fe8c commit 8f66e31

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
@@ -15,7 +15,7 @@
1515

1616

1717
# The __init__.py will import this. Not the other way around.
18-
__version__ = "0.1.0"
18+
__version__ = "0.2.0"
1919

2020
logger = logging.getLogger(__name__)
2121

0 commit comments

Comments
 (0)