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 a3631cc commit 815c416Copy full SHA for 815c416
msgraph_beta/_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-beta-sdk"
7
-version = "1.1.0"
+version = "1.2.0"
8
authors = [{name = "Microsoft", email = "[email protected]"}]
9
description = "The Microsoft Graph Beta Python SDK"
10
dependencies = [
@@ -61,7 +61,7 @@ pythonpath = [
61
]
62
63
[tool.bumpver]
64
-current_version = "1.1.0"
+current_version = "1.2.0"
65
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
66
commit_message = "bump version {old_version} -> {new_version}"
67
commit = true
0 commit comments