Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Jan 24, 2024
1 parent 458afcf commit 382f4a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "msgraph-beta-sdk"
version = "1.0.0"
version = "1.1.0"
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
description = "The Microsoft Graph Beta Python SDK"
dependencies = [
Expand All @@ -14,7 +14,7 @@ dependencies = [
"microsoft-kiota-serialization-json >=1.0.0,<2.0.0",
"microsoft-kiota-serialization-text >=1.0.0,<2.0.0",
"microsoft-kiota-http >=1.0.0,<2.0.0",
"msgraph_core >=1.0.0a4"
"msgraph_core >=1.0.0"

]
requires-python = ">=3.8"
Expand All @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
]

Expand Down Expand Up @@ -58,7 +59,7 @@ pythonpath = [
]

[tool.bumpver]
current_version = "1.0.0"
current_version = "1.1.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 382f4a3

Please sign in to comment.