Skip to content

Commit

Permalink
Merge pull request #38 from AzureAD/release-0.1.3
Browse files Browse the repository at this point in the history
MSAL Extensions for Python 0.1.3
  • Loading branch information
rayluo authored Nov 2, 2019
2 parents 20c6b35 + 6c56c7e commit 9b44cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msal_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Provides auxiliary functionality to the `msal` package."""
__version__ = "0.1.2"
__version__ = "0.1.3"

import sys

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
classifiers=[
'Development Status :: 2 - Pre-Alpha',
],
package_data={'': ['LICENSE']},
install_requires=[
'msal>=0.4.1,<1.0.0',
'msal>=0.4.1,<2.0.0',
'portalocker~=1.0',
],
tests_require=['pytest'],
Expand Down

0 comments on commit 9b44cc7

Please sign in to comment.