Skip to content

Commit 9b44cc7

Browse files
authored
Merge pull request #38 from AzureAD/release-0.1.3
MSAL Extensions for Python 0.1.3
2 parents 20c6b35 + 6c56c7e commit 9b44cc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

msal_extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Provides auxiliary functionality to the `msal` package."""
2-
__version__ = "0.1.2"
2+
__version__ = "0.1.3"
33

44
import sys
55

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
classifiers=[
1616
'Development Status :: 2 - Pre-Alpha',
1717
],
18+
package_data={'': ['LICENSE']},
1819
install_requires=[
19-
'msal>=0.4.1,<1.0.0',
20+
'msal>=0.4.1,<2.0.0',
2021
'portalocker~=1.0',
2122
],
2223
tests_require=['pytest'],

0 commit comments

Comments
 (0)