We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a2779 commit 70643eeCopy full SHA for 70643ee
msgraph/_version.py
@@ -1 +1 @@
1
-VERSION: str = '1.1.0'
+VERSION: str = '1.2.0'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "msgraph-sdk"
7
-version = "1.1.0"
+version = "1.2.0"
8
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
9
description = "The Microsoft Graph Python SDK"
10
dependencies = [
@@ -58,7 +58,7 @@ pythonpath = [
58
]
59
60
[tool.bumpver]
61
-current_version = "1.1.0"
+current_version = "1.2.0"
62
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
63
commit_message = "bump version {old_version} -> {new_version}"
64
commit = true
0 commit comments