Skip to content

Commit 3432538

Browse files
committed
Initialize project and add version file
1 parent 1f49552 commit 3432538

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

msgraph/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""
2+
Python client for the Microsoft Graph API
3+
"""
4+
from ._version import VERSION
5+
6+
__version__ = VERSION

msgraph/_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VERSION: str = '0.1.0'

0 commit comments

Comments
 (0)