Skip to content

Commit c3cb328

Browse files
committed
Bump package version
1 parent a9cf3c1 commit c3cb328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "msgraph-sdk"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
99
description = "The Microsoft Graph Python SDK"
1010
dependencies = [
@@ -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
]
2020
requires-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"
6262
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6363
commit_message = "bump version {old_version} -> {new_version}"
6464
commit = true

0 commit comments

Comments
 (0)