Skip to content

Commit 8a45dbb

Browse files
authored
Merge pull request #40 from AzureAD/release-0.1.3
Release 0.1.3
2 parents bbe4e11 + a05a39a commit 8a45dbb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-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.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal=1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
package_data={'': ['LICENSE']},
1919
install_requires=[
20-
'msal>=0.4.1,<1.0.0',
20+
'msal>=0.4.1,<2.0.0',
2121
'portalocker~=1.0',
2222
],
2323
tests_require=['pytest'],

0 commit comments

Comments
 (0)