Skip to content

Commit 3bb8fba

Browse files
authored
Merge pull request AzureAD#124 from AzureAD/release-1.0.0
Merge MSAL Python 1.0.0 back to dev branch
2 parents fcfb2e6 + aa3cfde commit 3bb8fba

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
@@ -18,7 +18,7 @@
1818

1919

2020
# The __init__.py will import this. Not the other way around.
21-
__version__ = "0.9.0"
21+
__version__ = "1.0.0"
2222

2323
logger = logging.getLogger(__name__)
2424

0 commit comments

Comments
 (0)