Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MSAL Python 0.3.1
Bumping version number
  • Loading branch information
abhidnya13 authored Apr 16, 2019
commit da8118219500d6384de52a3ffd6f2b0d833156f9
2 changes: 1 addition & 1 deletion msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


# The __init__.py will import this. Not the other way around.
__version__ = "0.3.0"
__version__ = "0.3.1"

logger = logging.getLogger(__name__)

Expand Down