Skip to content

Commit

Permalink
bump version 1.0.0a15 -> 1.0.0a16
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Sep 19, 2023
1 parent 7debc7a commit d715df8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion msgraph/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: str = '1.0.0a15'
VERSION: str = '1.0.0a16'
4 changes: 2 additions & 2 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-sdk"
version = "1.0.0a15"
version = "1.0.0a16"
authors = [{name = "Microsoft", email = "[email protected]"}]
description = "The Microsoft Graph Python SDK"
dependencies = [
Expand Down Expand Up @@ -58,7 +58,7 @@ pythonpath = [
]

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

0 comments on commit d715df8

Please sign in to comment.