Skip to content

Commit 834fe8c

Browse files
authored
MSAL Python 0.2.0
Bumping the version number
1 parent 24424c0 commit 834fe8c

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)