Skip to content

Commit 382f4a3

Browse files
committed
Bump package version
1 parent 458afcf commit 382f4a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 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-beta-sdk"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
authors = [{name = "Microsoft", email = "[email protected]"}]
99
description = "The Microsoft Graph Beta 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.0a4"
17+
"msgraph_core >=1.0.0"
1818

1919
]
2020
requires-python = ">=3.8"
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
3031
"License :: OSI Approved :: MIT License",
3132
]
3233

@@ -58,7 +59,7 @@ pythonpath = [
5859
]
5960

6061
[tool.bumpver]
61-
current_version = "1.0.0"
62+
current_version = "1.1.0"
6263
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6364
commit_message = "bump version {old_version} -> {new_version}"
6465
commit = true

0 commit comments

Comments
 (0)