@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " msgraph-beta-sdk"
7- version = " 1.0 .0"
7+ version = " 1.1 .0"
88authors = [{
name =
" Microsoft" ,
email =
" [email protected] " }]
99description = " The Microsoft Graph Beta 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.0a4 "
17+ " msgraph_core >=1.0.0 "
1818
1919]
2020requires-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"
6263version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
6364commit_message = " bump version {old_version} -> {new_version}"
6465commit = true
0 commit comments