Skip to content

Commit fa1530b

Browse files
committed
Bump ver. 0.1.7
1 parent 3476182 commit fa1530b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ def read(fname):
77

88

99
setup(name='microsoftgraph-python',
10-
version='0.1.6',
10+
version='0.1.7',
1111
description='API wrapper for Microsoft Graph written in Python',
1212
long_description=read('README.md'),
1313
url='https://github.com/GearPlug/microsoftgraph-python',
1414
long_description_content_type="text/markdown",
1515
author='Miguel Ferrer, Nerio Rincon, Yordy Gelvez',
1616
author_email='[email protected]',
17-
license='GPL',
17+
license='MIT',
1818
packages=['microsoftgraph'],
1919
install_requires=[
2020
'requests',

0 commit comments

Comments
 (0)