File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " msgraph-sdk"
7- version = " 1.0 .0"
7+ version = " 1.1 .0"
88authors = [{name = " Microsoft" , email = " graphtooling+python@microsoft.com" }]
99description = " The Microsoft Graph Python SDK"
1010dependencies = [
@@ -14,7 +14,7 @@ dependencies = [
1414 " microsoft-kiota-serialization-json >=1.0.0,<2.0.0" ,
1515 " microsoft-kiota-serialization-text >=1.0.0,<2.0.0" ,
1616 " microsoft-kiota-http >=1.0.0,<2.0.0" ,
17- " msgraph_core >=1.0.0a2 "
17+ " msgraph_core >=1.0.0 "
1818
1919]
2020requires-python = " >=3.8"
@@ -58,7 +58,7 @@ pythonpath = [
5858]
5959
6060[tool .bumpver ]
61- current_version = " 1.0 .0"
61+ current_version = " 1.1 .0"
6262version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
6363commit_message = " bump version {old_version} -> {new_version}"
6464commit = true
You can’t perform that action at this time.
0 commit comments