We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc24a4d commit bc830e1Copy full SHA for bc830e1
msgraph/_version.py
@@ -1 +1,4 @@
1
+# The SDK version
2
+# x-release-please-start-version
3
VERSION: str = '1.5.0'
4
+# x-release-please-end
pyproject.toml
@@ -4,7 +4,10 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "msgraph-sdk"
7
8
9
version = "1.5.0"
10
11
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
12
description = "The Microsoft Graph Python SDK"
13
dependencies = [
0 commit comments