Skip to content

Commit 01d1e6f

Browse files
committed
Bump ver. 0.1.6
1 parent 901e94f commit 01d1e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ def read(fname):
77

88

99
setup(name='microsoftgraph-python',
10-
version='0.1.5',
10+
version='0.1.6',
1111
description='API wrapper for Microsoft Graph written in Python',
1212
long_description=read('README.md'),
1313
url='https://github.com/GearPlug/microsoftgraph-python',
14+
long_description_content_type="text/markdown",
1415
author='Miguel Ferrer, Nerio Rincon, Yordy Gelvez',
1516
author_email='[email protected]',
1617
license='GPL',

0 commit comments

Comments
 (0)