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 437a3a9 commit 18678fcCopy full SHA for 18678fc
msgraph/_version.py
@@ -1 +1 @@
1
-VERSION: str = '1.2.0'
+VERSION: str = '1.3.0'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "msgraph-sdk"
7
-version = "1.2.0"
+version = "1.3.0"
8
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
9
description = "The Microsoft Graph Python SDK"
10
dependencies = [
@@ -61,7 +61,7 @@ pythonpath = [
61
]
62
63
[tool.bumpver]
64
-current_version = "1.2.0"
+current_version = "1.3.0"
65
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
66
commit_message = "bump version {old_version} -> {new_version}"
67
commit = true
0 commit comments