Skip to content

Commit 2bb6036

Browse files
committed
Set version 0.1.0 as the initial development release
1 parent a9c89c5 commit 2bb6036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgraphcore/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
REQUEST_TIMEOUT = 100
55
CONNECTION_TIMEOUT = 30
66
BASE_URL = 'https://graph.microsoft.com/'
7-
SDK_VERSION = '0.0.3'
7+
SDK_VERSION = '0.1.0'
88

99
# Used as the key for AuthMiddlewareOption in MiddlewareControl
1010
AUTH_MIDDLEWARE_OPTIONS = 'AUTH_MIDDLEWARE_OPTIONS'

0 commit comments

Comments
 (0)